diff options
-rw-r--r-- | config.yml | 4 |
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" |