exhibition-main/conf/dev/config.yaml

35 lines
682 B
YAML
Raw Normal View History

2024-01-31 09:04:43 +00:00
system:
2024-02-18 07:10:17 +00:00
domain: exhibitiontest
2024-01-31 09:04:43 +00:00
mode: dev
node_num: 3
port: 8086
key:
cert:
is_https: false
cron: false
2024-02-02 09:06:06 +00:00
key_path: ""
cert_path: ""
2024-01-31 09:04:43 +00:00
redis:
db: 1
addr: 127.0.0.1:6379
2024-02-02 09:06:06 +00:00
password:
2024-01-31 09:04:43 +00:00
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"
2024-02-01 10:55:43 +00:00
expire: 24
bos:
2024-09-10 08:35:35 +00:00
AccessKeyId: "LTAI5tLz1fSK53FQAEC9uNSb"
AccessKeySecret: "oGB9chrQzQzITXR2IGv37Ji5WxZh4j"
BucketName: "fontree-test"
Endpoint: "oss-cn-hangzhou.aliyuncs.com"
2024-02-19 02:45:33 +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"