Add required envvar for dev environment
This commit is contained in:
parent
9a14be9c47
commit
5c6524242f
1
.env.dev
1
.env.dev
|
@ -12,6 +12,7 @@ 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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add required envvar for dev environment (!668)
|
Loading…
Reference in New Issue