diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-05 09:57:45 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-04-05 09:57:45 +0200 |
commit | dcc1e201c17dd096fb757f973341e98865809f33 (patch) | |
tree | e01688e2a4d72ffa0aaf6f278906cac9d716d0d1 /config.ini | |
parent | 3b60291066e5442ce2980a6c40ea10542f24a910 (diff) | |
parent | a42d6cc8a49e82d851cde587fbc938b3b6364f63 (diff) | |
download | Trader-dcc1e201c17dd096fb757f973341e98865809f33.tar.gz Trader-dcc1e201c17dd096fb757f973341e98865809f33.tar.zst Trader-dcc1e201c17dd096fb757f973341e98865809f33.zip |
Merge branch 'config_parsing' into dev
Diffstat (limited to 'config.ini')
-rw-r--r-- | config.ini | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,9 +1,9 @@ | |||
1 | [postgresql] | 1 | [postgresql] |
2 | host = localhost | 2 | db-host = localhost |
3 | port = 5432 | 3 | db-port = 5432 |
4 | user = cryptoportfolio | 4 | db-user = cryptoportfolio |
5 | password = cryptoportfolio | 5 | db-password = cryptoportfolio |
6 | database = cryptoportfolio | 6 | db-database = cryptoportfolio |
7 | 7 | ||
8 | [app] | 8 | [app] |
9 | report_path = reports | 9 | report-path = reports |