Skip to content
Snippets Groups Projects
.env.dev 530 B
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
PYTHONDONTWRITEBYTECODE=true
MUSIC_DIRECTORY_PATH=/music
BROWSABLE_API_ENABLED=True
FORWARDED_PROTO=http
LDAP_ENABLED=False
FUNKWHALE_SPA_HTML_ROOT=http://nginx/front/

# Uncomment this if you're using traefik/https
# FORCE_HTTPS_URLS=True

# Customize to your needs
POSTGRES_VERSION=11