Skip to content

Instantly share code, notes, and snippets.

@twyle
Created June 18, 2022 08:34
Show Gist options
  • Save twyle/e2fc32be873d452e4064d8c51642d8f6 to your computer and use it in GitHub Desktop.
Save twyle/e2fc32be873d452e4064d8c51642d8f6 to your computer and use it in GitHub Desktop.
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