Skip to content

Commit

Permalink
better status
Browse files Browse the repository at this point in the history
  • Loading branch information
cicd committed Oct 15, 2024
1 parent 7c96d1b commit 973f226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wodoo/lib_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _status(config):
click.secho("version: ", nl=False)
click.secho(config.odoo_version, fg=color, bold=True)
click.secho("db: ", nl=False)
click.secho(config.dbname, fg=color, bold=True)
click.secho(f"{config.dbname}@{config.db_host} (user: {config.db_user})", fg=color, bold=True)
if config.PROXY_PORT:
click.secho("url: ", nl=False)
click.secho(f"{EXTERNAL_DOMAIN}:{config.PROXY_PORT}", fg=color, bold=True)
Expand Down

0 comments on commit 973f226

Please sign in to comment.