diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-05 10:01:47 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-05 10:01:47 +0200 |
commit | ee6ba00110278fc2c82e5c880177759c7161b342 (patch) | |
tree | 1dac8ff3cbba1a158dc0fa28cb89979193f1123c /modules | |
parent | acaa9ea9b08b2cb4783194b0f06b494c1aabe9c1 (diff) | |
download | Puppet-ee6ba00110278fc2c82e5c880177759c7161b342.tar.gz Puppet-ee6ba00110278fc2c82e5c880177759c7161b342.tar.zst Puppet-ee6ba00110278fc2c82e5c880177759c7161b342.zip |
Update Trader bot configuration
Diffstat (limited to 'modules')
-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 | ||