Merge branch 'envvar-fix' into 'develop'
Add required envvar for dev environment See merge request funkwhale/funkwhale!668
This commit is contained in:
commit
0254fd9c6a
1
.env.dev
1
.env.dev
|
@ -12,6 +12,7 @@ MUSIC_DIRECTORY_PATH=/music
|
||||||
BROWSABLE_API_ENABLED=True
|
BROWSABLE_API_ENABLED=True
|
||||||
FORWARDED_PROTO=http
|
FORWARDED_PROTO=http
|
||||||
LDAP_ENABLED=False
|
LDAP_ENABLED=False
|
||||||
|
FUNKWHALE_SPA_HTML_ROOT=http://nginx/front/
|
||||||
|
|
||||||
# Uncomment this if you're using traefik/https
|
# Uncomment this if you're using traefik/https
|
||||||
# FORCE_HTTPS_URLS=True
|
# FORCE_HTTPS_URLS=True
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Add required envvar for dev environment (!668)
|
Loading…
Reference in New Issue