4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
DEBUG=True
|
|
SECRET_KEY=your-secret-key-here
|
|
DATABASE_URL=postgres://user:password@host:port/dbname
|