diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-25 18:14:36 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-02-25 18:28:29 +0100 |
commit | c49d00da1d9f0fca3eafa907862681baa0bacec2 (patch) | |
tree | 05cc2e8cd0269e95ae7324f5ef6277ff3eda980d /modules/role/templates | |
parent | 3b48b3a5cc357ca861a2b388dde40a0109ca900f (diff) | |
download | Puppet-c49d00da1d9f0fca3eafa907862681baa0bacec2.tar.gz Puppet-c49d00da1d9f0fca3eafa907862681baa0bacec2.tar.zst Puppet-c49d00da1d9f0fca3eafa907862681baa0bacec2.zip |
Update bot and add database connection
Diffstat (limited to 'modules/role/templates')
-rw-r--r-- | modules/role/templates/cryptoportfolio/bot_config.ini.erb | 9 |
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] | ||
2 | host = <%= @cf_pg_hostname %> | ||
3 | port = <%= @cf_pg_port %> | ||
4 | user = <%= @cf_pg_user %> | ||
5 | password = <%= @cf_pg_password %> | ||
6 | database = <%= @cf_pg_db %> | ||
7 | |||
8 | [app] | ||
9 | report_path = <%= @cf_bot_app_reports %> | ||