SCF:select save in env or file
parent
a18eb9f9f6
commit
0dac337037
|
@ -792,4 +792,12 @@ $constStr = [
|
||||||
'en-us' => 'Query Branchs',
|
'en-us' => 'Query Branchs',
|
||||||
'zh-cn' => '查询分支',
|
'zh-cn' => '查询分支',
|
||||||
],
|
],
|
||||||
|
'ONEMANAGER_CONFIG_SAVE_ENV' => [
|
||||||
|
'en-us' => 'Config save in Environments, max add 4 disks',
|
||||||
|
'zh-cn' => '配置保存在环境变量,最多添加4个盘',
|
||||||
|
],
|
||||||
|
'ONEMANAGER_CONFIG_SAVE_FILE' => [
|
||||||
|
'en-us' => 'Config save in code file, may cause fee',
|
||||||
|
'zh-cn' => '配置保存在代码文件中,可能产生费用',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue