fix: 修改部署部分代码
This commit is contained in:
20
app.config.json5.example
Normal file
20
app.config.json5.example
Normal 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',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user