增加public服务,查询panel日志

This commit is contained in:
whyour
2022-02-24 23:50:04 +08:00
parent 531fc48bdf
commit ee52f09bcb
5 changed files with 56 additions and 4 deletions
+1
View File
@@ -37,6 +37,7 @@ if (envFound.error) {
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),
secret: process.env.SECRET || createRandomString(16, 32),
logs: {
level: process.env.LOG_LEVEL || 'silly',