增加 update 服务

This commit is contained in:
whyour
2024-03-10 19:16:51 +08:00
parent cdeca4b808
commit ac90b24607
10 changed files with 154 additions and 3 deletions
+1
View File
@@ -57,6 +57,7 @@ export default {
port: parseInt(process.env.BACK_PORT as string, 10),
cronPort: parseInt(process.env.CRON_PORT as string, 10),
publicPort: parseInt(process.env.PUBLIC_PORT as string, 10),
updatePort: parseInt(process.env.UPDATE_PORT as string, 10),
secret: process.env.SECRET || createRandomString(16, 32),
logs: {
level: process.env.LOG_LEVEL || 'silly',