configs/raspbi3/seafile_conf/seahub_settings.py
2025-01-14 10:10:15 +01:00

18 lines
427 B
Python
Executable File

# -*- coding: utf-8 -*-
SECRET_KEY = "$&@+j^qy!((+ml4pvnwl+uui6tvil2-6=10ihwso=6pee6mwec"
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'seahub-db',
'USER': 'seafile',
'PASSWORD': 'seafile+123',
'HOST': '127.0.0.1',
'PORT': '3306'
}
}
SERVER_ROOT = 'https://smartinspace.ai:44300'
FILE_SERVER_ROOT = 'https://smartinspace.ai:44300/seafhttp'