-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zoe Spellman
committed
Feb 21, 2024
1 parent
be4a63a
commit c98c77a
Showing
4 changed files
with
25 additions
and
14 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,17 @@ | ||
APP_ENV=dev | ||
APP_HOST=0.0.0.0 | ||
APP_JWT_SECRET=deadbeef | ||
APP_LOG_LEVEL=info | ||
APP_NAME=ratings | ||
APP_PORT=8080 | ||
# Update this with some real PostgreSQL details | ||
APP_POSTGRES_URI=postgresql://migration_user:strongpassword@localhost:5433/ratings | ||
APP_MIGRATION_POSTGRES_URI=postgresql://migration_user:strongpassword@localhost:5433/ratings | ||
|
||
DOCKER_POSTGRES_USER=postgres | ||
DOCKER_POSTGRES_PASSWORD=@1234 | ||
DOCKER_MIGRATION_USER=migration_user | ||
DOCKER_MIGRATION_PASSWORD=strongpassword | ||
DOCKER_SERVICE_USER=service | ||
DOCKER_SERVICE_PASSWORD=covfefe!1 | ||
DOCKER_RATINGS_DB=ratings |
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