code-center/app.config.json5.example

21 lines
386 B
Plaintext

{
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',
},
}