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

fix: reset server-dev

This commit is contained in:
Fredrik Oseberg 2022-02-01 11:33:16 +01:00
parent d7a082d477
commit d3932c3051

View File

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