Skip to content

Commit c6e49c3

Browse files
author
charlesgauthereau
committed
fix: agent.py
1 parent 6f9f4b8 commit c6e49c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

commands/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def agent(
5757
console.print(Panel("[bold]Database Setup[/bold]", style="cyan"))
5858

5959
while Confirm.ask("Do you want to configure a database?", default=True):
60-
mode = Prompt.ask("Configuration Mode", choices=["new", "existing"], default="docker")
60+
mode = Prompt.ask("Configuration Mode", choices=["new", "existing"], default="news")
6161

62-
if mode == "new":
62+
if mode == "existing":
6363
console.print("[info]External/Existing Database Configuration[/info]")
6464
db_type = Prompt.ask("Type", choices=["postgresql", "mysql", "mariadb", "mongodb"], default="postgresql")
6565
friendly_name = Prompt.ask("Display Name", default="External DB")

0 commit comments

Comments
 (0)