Skip to content

Instantly share code, notes, and snippets.

@borymskyi
Created September 17, 2023 18:21
Show Gist options
  • Save borymskyi/2c89ce9113dcdc67dbdc60ec60567803 to your computer and use it in GitHub Desktop.
Save borymskyi/2c89ce9113dcdc67dbdc60ec60567803 to your computer and use it in GitHub Desktop.
winwin-env-file-example
#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