index.community/example.env

6 lines
153 B
Bash
Raw Normal View History

2019-02-20 16:18:12 +00:00
SECRET_KEY=a-long-secret-key
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=fediverse
2019-02-20 17:14:28 +00:00
DJANGO_SETTINGS_MODULE=backend.settings.development