Skip to content

Commit

Permalink
Add CLI output before HANA config
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 21, 2024
1 parent 0a6cb78 commit 6dfc711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neon_diana_utils/configuration.py
Original file line number Diff line number Diff line change
@@ -410,6 +410,7 @@ def generate_hana_config() -> dict:
Generate HANA config based on user inputs.
:returns: Configuration for HANA frontend
"""
click.echo("Configuring HANA (HTTP API for Neon AI)")
email = click.confirm("Enable endpoint to send email?")
node_user, node_pass = None, None
if click.confirm("Enable node websocket connections?"):

0 comments on commit 6dfc711

Please sign in to comment.