kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
22 wiersze
640 B
Plaintext
22 wiersze
640 B
Plaintext
RAVEN_ENABLED=false
|
|
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5
|
|
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
|
|
FUNKWHALE_PROTOCOL=http
|
|
PYTHONDONTWRITEBYTECODE=true
|
|
VUE_PORT=8080
|
|
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
|