mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-28 00:06:53 +01:00
fix typ0
This commit is contained in:
parent
34f6e5d809
commit
c7faf46d26
@ -3,7 +3,7 @@
|
||||
const logger = require('./logger');
|
||||
const migrator = require('../migrator');
|
||||
const { createStores } = require('./db');
|
||||
const getApp = require('./lib/app');
|
||||
const getApp = require('./app');
|
||||
|
||||
const DEFAULT_OPTIONS = {
|
||||
databaseUri: process.env.DATABASE_URL || 'postgres://unleash_user:passord@localhost:5432/unleash',
|
||||
|
Loading…
Reference in New Issue
Block a user