snapshot remaining files

This commit is contained in:
2024-12-19 15:13:29 +01:00
parent d9f760ab2a
commit efac98f87c
28 changed files with 1818 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# -*- coding: utf-8 -*-
SECRET_KEY = "by-t3pizx0b7b^x#4q8be4b@4n1g8vxle#bl@+gq8*x!2jt*g7"
SERVE_STATIC = False
MEDIA_URL = '/seafmedia/'
COMPRESS_URL = MEDIA_URL
STATIC_URL = MEDIA_URL + 'assets/'
SITE_ROOT = '/seafile/'
LOGIN_URL = '/seafile/accounts/login/'
FILE_SERVER_ROOT = 'https://herderin.veenboer.xyz/seafhttp'
SERVICE_URL = 'https://herderin.veenboer.xyz/seafile'