-
-
Save ivorscott/7e2209cc609a6b22832b4e517b37eb2f to your computer and use it in GitHub Desktop.
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
API_PORT=4000 | |
PPROF_PORT=6060 | |
CLIENT_PORT=3000 | |
DB_URL=postgres://postgres:postgres@db:5432/postgres?sslmode=disable | |
REACT_APP_BACKEND=https://localhost:4000/v1 | |
API_WEB_FRONTEND_ADDRESS=https://localhost:3000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment