-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #605 from kids-first/improve-dev-setup
π©βπ» Improve developer setup
- Loading branch information
Showing
4 changed files
with
113 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# --- Postgres docker-compose variables --- | ||
DATASERVICE_PG_HOST=dataservice_pg | ||
DATASERVICE_PG_PORT=5432 | ||
DATASERVICE_DB=dataservice | ||
DATASERVICE_DB_USER=postgres | ||
DATASERVICE_DB_PASSWORD=postgres | ||
|
||
# --- Dataservice docker-compose variables --- | ||
FLASK_APP=manage | ||
FLASK_CONFIG=development | ||
|
||
# --- All dataservice variables --- | ||
# If NOT using docker-compose then you must populate these env vars | ||
# for Dataservice | ||
# FLASK_APP=manage | ||
# FLASK_CONFIG=development | ||
# PG_HOST= | ||
# PG_PORT= | ||
# PG_NAME= | ||
# PG_USER= | ||
# PG_PASS= |
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