Last active
November 15, 2021 09:15
-
-
Save saltarin/cfbaf4c81bbda9dece6704bb8953f092 to your computer and use it in GitHub Desktop.
frontend
This file contains hidden or 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
| DATABASE_HOST=postgres-db | |
| DATABASE_PORT=5432 | |
| DATABASE_SCHEMA=pe | |
| DATABASE_NAME=tecnical_test_db | |
| DATABASE_USER=postgres | |
| DATABASE_PASSWORD=1234 |
This file contains hidden or 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
| NEXT_PUBLIC_API_BACKEND=http://localhost:8080 | |
| NEXT_PUBLIC_API_BACKEND_PROMOTIONS=${NEXT_PUBLIC_API_BACKEND}/promotions |
This file contains hidden or 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
| DATABASE_MIGRATION_HOST=postgres-db | |
| DATABASE_MIGRATION_PORT=5432 | |
| DATABASE_MIGRATION_SCHEMA=pe | |
| DATABASE_MIGRATION_NAME=tecnical_test_db | |
| DATABASE_MIGRATION_USER=postgres | |
| DATABASE_MIGRATION_PASSWORD=1234 |
This file contains hidden or 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
| DATABASE_HOST=localhost | |
| DATABASE_PORT=5432 | |
| DATABASE_SCHEMA=pe | |
| DATABASE_NAME=tecnical_test_db | |
| DATABASE_USER=postgres | |
| DATABASE_PASSWORD=1234 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment