mirror of
https://github.com/certd/certd.git
synced 2026-05-14 20:17:32 +08:00
perf: 创建证书任务可以选择lege插件
This commit is contained in:
@@ -37,7 +37,9 @@ const development = {
|
||||
},
|
||||
},
|
||||
},
|
||||
cron: {},
|
||||
cron: {
|
||||
immediateTriggerOnce: false,
|
||||
},
|
||||
/**
|
||||
* 演示环境
|
||||
*/
|
||||
@@ -84,6 +86,8 @@ const development = {
|
||||
resetAdminPasswd: false,
|
||||
},
|
||||
} as MidwayConfig;
|
||||
mergeConfig(development, 'development');
|
||||
|
||||
mergeConfig(development, env);
|
||||
|
||||
export default development;
|
||||
|
||||
@@ -8,6 +8,9 @@ const production = {
|
||||
preview: {
|
||||
enabled: false,
|
||||
},
|
||||
cron: {
|
||||
immediateTriggerOnce: true,
|
||||
},
|
||||
} as MidwayConfig;
|
||||
|
||||
mergeConfig(production, 'production');
|
||||
|
||||
Reference in New Issue
Block a user