diff --git a/conf/config.json b/conf/config.json index 63412f9..a28126f 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,7 +1,7 @@ { "url": "https://__DOMAIN__", "secret": "__SECRET__", - "database": "mongo", + "database": "postgres", "port": "__PORT__", "postgres": { "host": "127.0.0.1",