index.community/example.env
2019-02-20 16:18:12 +00:00

6 lines
145 B
Bash

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