aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-05 10:02:08 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-04-05 10:02:08 +0200
commit2a4d95bc9bc6d420e146ae64536a5b1fb23b01a8 (patch)
tree1dac8ff3cbba1a158dc0fa28cb89979193f1123c
parent9d3cf3e343bfea76cc2af85fe66fba514fe48570 (diff)
parentee6ba00110278fc2c82e5c880177759c7161b342 (diff)
downloadPuppet-2a4d95bc9bc6d420e146ae64536a5b1fb23b01a8.tar.gz
Puppet-2a4d95bc9bc6d420e146ae64536a5b1fb23b01a8.tar.zst
Puppet-2a4d95bc9bc6d420e146ae64536a5b1fb23b01a8.zip
Merge branch 'dev'
-rw-r--r--modules/role/templates/cryptoportfolio/bot_config.ini.erb13
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]
2host = <%= @pg_hostname %> 2db-host = <%= @pg_hostname %>
3port = <%= @pg_port %> 3db-port = <%= @pg_port %>
4user = <%= @pg_user %> 4db-user = <%= @pg_user %>
5password = <%= @pg_password %> 5db-password = <%= @pg_password %>
6database = <%= @pg_db %> 6db-database = <%= @pg_db %>
7 7
8[app] 8[app]
9report_path = <%= @cf_bot_app_reports %> 9report-path = <%= @cf_bot_app_reports %>
10quiet = True