Created
June 23, 2022 12:03
-
-
Save twyle/8c707187669c8a87c2331bc257752de8 to your computer and use it in GitHub Desktop.
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
FLASK_APP=api/__init.py | |
FLASK_ENV=development | |
SECRET_KEY=null | |
POSTGRES_HOST=null | |
POSTGRES_DB=null | |
POSTGRES_PORT=null | |
POSTGRES_USER=null | |
POSTGRES_PASSWORD=null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment