exhibition-main/conf/config.yaml

37 lines
690 B
YAML
Raw Normal View History

2024-02-19 06:37:59 +00:00
system:
domain: exhibitiontest
mode: dev
node_num: 3
port: 8086
key:
cert:
2025-03-11 06:24:12 +00:00
env: test
2024-02-19 06:37:59 +00:00
is_https: false
cron: false
key_path: ""
cert_path: ""
redis:
db: 1
addr: 127.0.0.1:6379
password:
jaeger:
addr: 127.0.0.1:6831
open: true
zapLog:
level: "info"
filename: "logs/exhibition-main.log"
max_size: 5
max_age: 30
max_backups: 30
jwt:
key: "3Ei*^!a6^6$w^wgK"
expire: 24
bos:
2025-08-07 07:20:06 +00:00
AccessKeyId: "LTAI5tCx628rkZ65oi5F5nxu"
AccessKeySecret: "WjSLa9tWs8RTdUmhKu3HLXIMogdUbo"
Endpoint: "cdn-test.cdn.szjixun.cn"
BucketName: "fontree-test"
2024-02-19 06:37:59 +00:00
BosBaseDir: "exhibition"
2024-09-10 08:35:35 +00:00
Host: "https://oss-cn-hangzhou.aliyuncs.com"
CdnHost: "https://cdn-test.szjixun.cn"