diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-21 01:09:28 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-21 10:21:23 +0200 |
commit | d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad (patch) | |
tree | 58624f2d05cf74587ecf74fba92618f0c60b4bc9 /modules/role/templates | |
parent | 9f430d51eec914c00249b9dc73e82500d312d7af (diff) | |
download | Puppet-d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad.tar.gz Puppet-d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad.tar.zst Puppet-d5f4e591f9cfedefdd4a71515b46c78e9a77e2ad.zip |
Add redis to cryptoportfolio
Diffstat (limited to 'modules/role/templates')
-rw-r--r-- | modules/role/templates/cryptoportfolio/bot_config_hourly.ini.erb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/modules/role/templates/cryptoportfolio/bot_config_hourly.ini.erb b/modules/role/templates/cryptoportfolio/bot_config_hourly.ini.erb new file mode 100644 index 0000000..067f12a --- /dev/null +++ b/modules/role/templates/cryptoportfolio/bot_config_hourly.ini.erb | |||
@@ -0,0 +1,17 @@ | |||
1 | [postgresql] | ||
2 | db-host = <%= @pg_hostname %> | ||
3 | db-port = <%= @pg_port %> | ||
4 | db-user = <%= @pg_user %> | ||
5 | db-password = <%= @pg_password %> | ||
6 | db-database = <%= @pg_db %> | ||
7 | |||
8 | [redis] | ||
9 | redis-host = <%= @redis_host %> | ||
10 | |||
11 | [app] | ||
12 | action = print_balances | ||
13 | report-redis | ||
14 | no-report-path | ||
15 | no-report-db | ||
16 | quiet | ||
17 | debug | ||