Newer
Older
DJANGO_ALLOWED_HOSTS=.funkwhale.test,localhost,nginx,0.0.0.0,127.0.0.1
DJANGO_SETTINGS_MODULE=config.settings.local
DJANGO_SECRET_KEY=dev
C_FORCE_ROOT=true
FUNKWHALE_HOSTNAME=localhost

Georg Krause
committed
FUNKWHALE_PROTOCOL=http
MUSIC_DIRECTORY_PATH=/music
BROWSABLE_API_ENABLED=True
FUNKWHALE_SPA_HTML_ROOT=http://nginx/front/

Georg Krause
committed
PYTHONTRACEMALLOC=0
# Uncomment this if you're using traefik/https
# FORCE_HTTPS_URLS=True
# Customize to your needs
POSTGRES_VERSION=11