Update to 2023-06-16 18:00

This commit is contained in:
Daniel Berteaud
2023-06-16 18:00:09 +02:00
parent 6769775cfc
commit 38b4a31d19
24 changed files with 173 additions and 76 deletions

View File

@@ -4,6 +4,9 @@
SERVICE_URL = '{{ seafile_public_url }}'
{% endif %}
CSRF_COOKIE_SECURE = True
CSRF_COOKIE_SAMESITE = 'Strict'
SECRET_KEY = "{{ seafile_seahub_secret }}"
DATABASES = {
@@ -84,6 +87,9 @@ LOGGING = {
},
}
ENABLE_WEBDAV_SECRET = True
WEBDAV_SECRET_MIN_LENGTH = 12
EMAIL_USE_TLS = False
EMAIL_HOST = 'localhost'
EMAIL_HOST_USER = ''