diff options
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 %> | ||