{ port: 4005, // 端口 tokenSecret: '', 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', }, }