Created
December 9, 2023 13:44
-
-
Save caio-vinicius/5c2021d15c775c18d5d9918f28b0695f to your computer and use it in GitHub Desktop.
.env
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
DJANGO_API_URL=https://127.0.0.1 | |
DJANGO_WS_URL=wss://127.0.0.1 | |
DJANGO_ALLOWED_HOSTS="*" | |
DJANGO_JWT_SECRET_KEY=mysecretkey | |
DJANGO_DEBUG=False | |
DB_NAME=mydb | |
POSTGRES_DB=mydb | |
DB_USER=myuser | |
POSTGRES_USER=myuser | |
DB_PASSWORD=mypassword | |
POSTGRES_PASSWORD=mypassword | |
DB_HOST=db | |
DJANGO_INTRA_REDIRECT_URI=https://127.0.0.1/game | |
DJANGO_INTRA_API_ID=u-s4t2ud-016a0a390d584d94dcb2dada7726ec6dd7004fc014a2cd1286e9b0ca36be5d1d | |
DJANGO_INTRA_API_SECRET=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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment