24 lines
460 B
Plaintext
24 lines
460 B
Plaintext
{
|
|
port: 4005, // 端口
|
|
tokenSecret: '<TOKEN_SECRET>',
|
|
appPath: 'apps',
|
|
appName: 'codeflow',
|
|
domain: '*',
|
|
'mainApp': 'https://kevisual.xiongxiao.me',
|
|
postgres: {
|
|
username: 'root',
|
|
host: 'localhost',
|
|
database: 'postgres',
|
|
password: '*****',
|
|
port: 5432,
|
|
},
|
|
redis: {},
|
|
minio: {
|
|
endPoint: 'minio.xiongxiao.me',
|
|
bucketName: 'resources',
|
|
useSSL: false,
|
|
accessKey: 'username',
|
|
secretKey: 'password',
|
|
},
|
|
}
|