2018-02-17 20:25:21 +00:00
|
|
|
RAVEN_ENABLED=false
|
|
|
|
RAVEN_DSN=https://44332e9fdd3d42879c7d35bf8562c6a4:0062dc16a22b41679cd5765e5342f716@sentry.eliotberriot.com/5
|
2018-04-08 18:26:48 +00:00
|
|
|
DJANGO_ALLOWED_HOSTS=.funkwhale.test,localhost,nginx,0.0.0.0,127.0.0.1
|
2018-03-31 11:20:42 +00:00
|
|
|
DJANGO_SETTINGS_MODULE=config.settings.local
|
|
|
|
DJANGO_SECRET_KEY=dev
|
|
|
|
C_FORCE_ROOT=true
|
2018-04-08 16:19:32 +00:00
|
|
|
FUNKWHALE_HOSTNAME=localhost
|
|
|
|
FUNKWHALE_PROTOCOL=http
|
2018-03-31 11:20:42 +00:00
|
|
|
PYTHONDONTWRITEBYTECODE=true
|
2018-08-11 14:21:14 +00:00
|
|
|
VUE_PORT=8080
|
2018-04-21 16:15:29 +00:00
|
|
|
MUSIC_DIRECTORY_PATH=/music
|
2018-05-15 17:06:08 +00:00
|
|
|
BROWSABLE_API_ENABLED=True
|
2018-06-02 07:17:32 +00:00
|
|
|
FORWARDED_PROTO=http
|
2018-08-22 18:10:39 +00:00
|
|
|
LDAP_ENABLED=False
|
2019-03-13 09:14:34 +00:00
|
|
|
FUNKWHALE_SPA_HTML_ROOT=http://nginx/front/
|
2019-01-10 10:55:48 +00:00
|
|
|
|
|
|
|
# Uncomment this if you're using traefik/https
|
|
|
|
# FORCE_HTTPS_URLS=True
|
2019-01-11 09:45:38 +00:00
|
|
|
|
|
|
|
# Customize to your needs
|
|
|
|
POSTGRES_VERSION=11
|