1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 01:12:03 +00:00

is_db_sqlite3 (#5607)

This commit is contained in:
欢乐马
2023-08-25 10:23:01 +08:00
committed by GitHub
parent 68e53b3d45
commit 5f9e9ca25a
8 changed files with 24 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ export const siteName = window.app.config.siteName;
export const logoWidth = window.app.config.logoWidth;
export const logoHeight = window.app.config.logoHeight;
export const isPro = window.app.config.isPro === 'True';
export const isDBSqlite3 = window.app.config.isDBSqlite3;
export const isDocs = window.app.config.isDocs === 'True';
export const lang = window.app.config.lang;
export const fileServerRoot = window.app.config.fileServerRoot;