Created
June 18, 2022 08:34
-
-
Save twyle/e2fc32be873d452e4064d8c51642d8f6 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=supersecretkey | |
POSTGRES_HOST=192.168.xxx.x | |
POSTGRES_DB=lyle | |
POSTGRES_PORT=5438 | |
POSTGRES_USER=postgres | |
POSTGRES_PASSWORD=lyle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment