Created
September 17, 2023 18:21
-
-
Save borymskyi/2c89ce9113dcdc67dbdc60ec60567803 to your computer and use it in GitHub Desktop.
winwin-env-file-example
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
#Application | |
APP_PORT=8080 | |
#Postgres | |
POSTGRES_DB_NAME=winwin | |
DB_HOST=localhost | |
EXTERNAL_DB_PORT=5432 | |
DB_USERNAME=winwin | |
DB_PASSWORD=winwin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment