monorepo-microservice-rbac/apps/services/aorta/report/src/app.config.ts

9 lines
206 B
TypeScript
Raw Normal View History

2023-08-27 14:37:59 +08:00
export const clientConfig = {
bucketName: 'test',
endPoint: 'localhost',
port: 19000,
useSSL: false,
accessKey: 'KqlCqvg8BBGVjrv82kY7',
secretKey: 'XjMjao8enBuAPM9R88gsn7dksjKh34RitIPEQIQz',
};