-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix specs in docker clobbering dev database. (#1602)
* fix specs in docker clobbering dev database. turns out DATABASE_URL clobbers everything. Fixes #1600 * circle fix
1 parent
59bc807
commit 1f62c10
Showing
6 changed files
with
32 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
CHROME_HOSTNAME=chrome | ||
DB_ADAPTER=postgresql | ||
POSTGRES_DB=hyku | ||
POSTGRES_HOST=db | ||
POSTGRES_PASSWORD=DatabaseFTW | ||
POSTGRES_USER=postgres | ||
TEST_DB=hyku_test | ||
DATABASE_ADAPTER=postgresql | ||
DATABASE_NAME=hyku | ||
DATABASE_HOST=db | ||
DATABASE_PASSWORD=DatabaseFTW | ||
DATABASE_USER=postgres | ||
DATBASE_TEST_NAME=hyku_test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters