1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00
This commit is contained in:
sveisvei 2016-11-13 21:09:00 +01:00
parent 34f6e5d809
commit c7faf46d26

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