fix: 修改部署部分代码

This commit is contained in:
2025-02-21 00:48:49 +08:00
parent 14572ce6fa
commit c61999e2a4
8 changed files with 148 additions and 6 deletions

20
app.config.json5.example Normal file
View File

@@ -0,0 +1,20 @@
{
port: 4005, // 端口
tokenSecret: '<TOKEN_SECRET>',
appPath: 'apps',
appName: 'codeflow',
postgres: {
username: 'root',
host: 'localhost',
database: 'postgres',
password: '*****',
port: 5432,
},
minio: {
endPoint: 'minio.xiongxiao.me',
bucketName: 'resources',
useSSL: false,
accessKey: 'username',
secretKey: 'password',
},
}