Merge pull request #327 from cvan/update-default-dev-and-prod-settings

update POSTGRES_URL in dist dev/prod settings files
This commit is contained in:
Chris Van 2015-01-07 17:10:04 -08:00
Родитель 4e94c33710 616534fe00
Коммит 3063747700
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -1,2 +1 @@
module.exports = { exports.POSTGRES_URL = 'postgres://localhost/galaxy-api';
};

Просмотреть файл

@ -1,2 +1 @@
module.exports = { exports.POSTGRES_URL = 'postgres://localhost/galaxy-api';
};