From a42d6cc8a49e82d851cde587fbc938b3b6364f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Thu, 5 Apr 2018 09:56:51 +0200 Subject: Refactor config parsing --- config.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.ini') diff --git a/config.ini b/config.ini index 50cbd1b..4d261c4 100644 --- a/config.ini +++ b/config.ini @@ -1,9 +1,9 @@ [postgresql] -host = localhost -port = 5432 -user = cryptoportfolio -password = cryptoportfolio -database = cryptoportfolio +db-host = localhost +db-port = 5432 +db-user = cryptoportfolio +db-password = cryptoportfolio +db-database = cryptoportfolio [app] -report_path = reports +report-path = reports -- cgit v1.2.3