Skip to content

Instantly share code, notes, and snippets.

@twyle
Last active June 18, 2022 08:31
Show Gist options
  • Save twyle/67d110c894f234971e40353b3690e0e8 to your computer and use it in GitHub Desktop.
Save twyle/67d110c894f234971e40353b3690e0e8 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=5434
POSTGRES_USER=postgres
POSTGRES_PASSWORD=lyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment