Skip to content

Instantly share code, notes, and snippets.

@alexryabtsev
Last active July 14, 2020 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexryabtsev/1ab194568218ee79cf5626f75205b844 to your computer and use it in GitHub Desktop.
Save alexryabtsev/1ab194568218ee79cf5626f75205b844 to your computer and use it in GitHub Desktop.
DEBUG=True
DATABASE_URL=postgres://user:password@db.example.com:5432/production_db?sslmode=require
REDIS_CACHE_URL=redis://user:password@cache.example.com:6379/1
SECRET_KEY=Some-Autogenerated-Secret-Key
@sviperm
Copy link

sviperm commented Jun 2, 2020

Whitespaces befor and after = should be deleted

@alexryabtsev
Copy link
Author

Whitespaces befor and after = should be deleted

Fixed. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment