1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00
This commit is contained in:
sveisvei 2016-11-13 21:09:00 +01:00 committed by Ivar Conradi Østhus
parent 1dab39f0f9
commit 68ac0c71c9

View File

@ -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',