5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
SECRET_KEY=secret
|
|
DEBUG=True
|
|
DATABASE="sqlite:///database.sqlite"
|
|
DOMAIN=127.0.0.1:5000
|