diff options
Diffstat (limited to 'modules/role')
-rw-r--r-- | modules/role/templates/cryptoportfolio/bot_config.ini.erb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/role/templates/cryptoportfolio/bot_config.ini.erb b/modules/role/templates/cryptoportfolio/bot_config.ini.erb index b0211a6..705b38d 100644 --- a/modules/role/templates/cryptoportfolio/bot_config.ini.erb +++ b/modules/role/templates/cryptoportfolio/bot_config.ini.erb | |||
@@ -1,9 +1,10 @@ | |||
1 | [postgresql] | 1 | [postgresql] |
2 | host = <%= @pg_hostname %> | 2 | db-host = <%= @pg_hostname %> |
3 | port = <%= @pg_port %> | 3 | db-port = <%= @pg_port %> |
4 | user = <%= @pg_user %> | 4 | db-user = <%= @pg_user %> |
5 | password = <%= @pg_password %> | 5 | db-password = <%= @pg_password %> |
6 | database = <%= @pg_db %> | 6 | db-database = <%= @pg_db %> |
7 | 7 | ||
8 | [app] | 8 | [app] |
9 | report_path = <%= @cf_bot_app_reports %> | 9 | report-path = <%= @cf_bot_app_reports %> |
10 | quiet = True | ||