about summary refs log tree commit diff
path: root/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.yml b/config.yml
index e477a16..0b3c205 100644
--- a/config.yml
+++ b/config.yml
@@ -1,6 +1,6 @@
 # logging verbosity leve (1-7) 1=panic, 7=trace
 verbose:
-    level: 7
+    level: 6
 
 # Host information (ip to bind to and port to listen on)
 server:
@@ -9,7 +9,7 @@ server:
 
 # The database that should be accessed 
 db:
-    addr: "postgres:5432"
+    addr: "localhost:5432"
     user: "postgres"
     password: "postgres"
     database: "postgres"