test/custom-admin-ui #3
+1
-1
@@ -7,7 +7,7 @@ from pathlib import Path
|
|||||||
data_root = Path('./data')
|
data_root = Path('./data')
|
||||||
if not data_root.exists():
|
if not data_root.exists():
|
||||||
data_root.mkdir(parents=True, exist_ok=True)
|
data_root.mkdir(parents=True, exist_ok=True)
|
||||||
env_path = data_root / '.env'
|
env_path = data_root / '.env2'
|
||||||
default_value = {
|
default_value = {
|
||||||
'file_storage': 'local',
|
'file_storage': 'local',
|
||||||
'name': '文件快递柜-FileCodeBox',
|
'name': '文件快递柜-FileCodeBox',
|
||||||
|
|||||||
Reference in New Issue
Block a user