aboutsummaryrefslogtreecommitdiff
path: root/modules/role/templates/cryptoportfolio
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-25 18:14:36 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-02-25 18:28:29 +0100
commitc49d00da1d9f0fca3eafa907862681baa0bacec2 (patch)
tree05cc2e8cd0269e95ae7324f5ef6277ff3eda980d /modules/role/templates/cryptoportfolio
parent3b48b3a5cc357ca861a2b388dde40a0109ca900f (diff)
downloadPuppet-c49d00da1d9f0fca3eafa907862681baa0bacec2.tar.gz
Puppet-c49d00da1d9f0fca3eafa907862681baa0bacec2.tar.zst
Puppet-c49d00da1d9f0fca3eafa907862681baa0bacec2.zip
Update bot and add database connection
Diffstat (limited to 'modules/role/templates/cryptoportfolio')
-rw-r--r--modules/role/templates/cryptoportfolio/bot_config.ini.erb9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/role/templates/cryptoportfolio/bot_config.ini.erb b/modules/role/templates/cryptoportfolio/bot_config.ini.erb
new file mode 100644
index 0000000..30298eb
--- /dev/null
+++ b/modules/role/templates/cryptoportfolio/bot_config.ini.erb
@@ -0,0 +1,9 @@
1[postgresql]
2host = <%= @cf_pg_hostname %>
3port = <%= @cf_pg_port %>
4user = <%= @cf_pg_user %>
5password = <%= @cf_pg_password %>
6database = <%= @cf_pg_db %>
7
8[app]
9report_path = <%= @cf_bot_app_reports %>