index.community/example.env
2019-02-20 17:14:28 +00:00

6 lines
153 B
Bash

SECRET_KEY=a-long-secret-key
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_DB=fediverse
DJANGO_SETTINGS_MODULE=backend.settings.development