2.0.0 Beta : Self-hosted Release
This commit is contained in:
@@ -164,6 +164,10 @@ class AdminService:
|
||||
'sqlite_timeout': Config.SQLITE_TIMEOUT_SECONDS,
|
||||
'slow_query_threshold': Config.SLOW_QUERY_THRESHOLD_SECONDS,
|
||||
'max_upload_mb': Config.MAX_CONTENT_LENGTH / 1024 / 1024,
|
||||
'data_root': Config.DATA_ROOT,
|
||||
'import_dir': Config.IMPORT_DIR,
|
||||
'site_visibility': Config.SITE_VISIBILITY,
|
||||
'brand_primary': Config.BRAND_PRIMARY,
|
||||
'secret_key_configured': (
|
||||
Config.SECRET_KEY != 'yrtv-dev-only-change-me'
|
||||
),
|
||||
@@ -172,4 +176,3 @@ class AdminService:
|
||||
),
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user