Fixes the database name

master
Abhinav Sarkar 2017-09-30 17:53:55 +05:30
parent 1929eeee6b
commit 9fdfe3a155
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ main = runServer port databaseConfig
, password: "" , password: ""
, host: "localhost" , host: "localhost"
, port: 5432 , port: 5432
, database: "simple_server" , database: "simple_service"
, max: 10 , max: 10
, idleTimeoutMillis: 1000 , idleTimeoutMillis: 1000
} }