1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: reset db

This commit is contained in:
Fredrik Oseberg 2022-02-25 12:11:43 +01:00
parent 4cfaecee53
commit 53a5cea3a1

View File

@ -12,7 +12,7 @@ process.nextTick(async () => {
password: 'passord',
host: 'localhost',
port: 5432,
database: 'contextfields',
database: 'unleash',
ssl: false,
},
server: {