123456789101112131415161718192021222324252627282930313233343536373839404142 |
- port: 3000
- name: cmf
- version: 1.0.0
- saveType: obs
- jwt:
- timeoutHour: 168
- realm: cmf
- key: cmf secret
-
- log:
- fileName: cmf.log
- level: 1
- serviceName: cmf
- debug:
- userId: test
- userPhone: 15208364621
- UserRole: string
- nats:
- url: nats://124.71.139.24:14309
- # url: nats://127.0.0.1:14309
- maxReconnect: 1000
- reconnDelaySecond: 5
- # 这个桶满了,建议换一个
- obs:
- bucket: show3d
- accessKeyId: "RA1D7CFVCVKUFX1FHHPB"
- secrateKey: "cDrR2NgAF2KaA4MRkcK19r93P3P6hLKOPhHvPu9p"
- endpoint: "obs.cn-east-3.myhuaweicloud.com"
- adapter:
- -
- busName: cloud
- nats: nats://124.71.139.24:14219
- Auth:
- endpoint: https://auth.3dqueen.cloud
- clientId: d372dce9cd00805db7e0
- clientSecret: e02fc4931375d2dfa134fe970c454717409ed4bc
- certificate: token_jwt_key.pem
- organizationName: cmf
- applicationName: cmf-editor-admin
|