Feat doc docker (#57)

* updated Readme, unset variabla

* unset variabla

* documentation
This commit is contained in:
Markos Gogoulos
2021-02-17 22:32:06 +02:00
committed by GitHub
parent 41c66469e2
commit ba1bf7d263
2 changed files with 12 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ DEFAULT_THEME = "black" # this is not taken under consideration currently
# if set to False will not fetch external content
# this is only for the static files, as fonts/css/js files loaded from CDNs
# not for user uploaded media!
LOAD_FROM_CDN = True
LOAD_FROM_CDN = False
LOGIN_ALLOWED = True # whether the login button appears
REGISTER_ALLOWED = True # whether the register button appears
UPLOAD_MEDIA_ALLOWED = True # whether the upload media button appears