exhibition-main/conf/test/config.yaml

36 lines
742 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: test
node_num: 3
port: 9025
key:
cert:
2025-03-11 06:24:12 +00:00
env : test
2024-01-31 09:04:43 +00:00
is_https: false
cron: false
key_path: ""
cert_path: ""
redis:
db: 3
2024-02-18 05:43:36 +00:00
addr: "172.16.100.114:6379"
password: "kP6tW4tS3qB2dW4aE6uI5cX2"
2024-01-31 09:04:43 +00:00
jaeger:
addr: "172.16.100.93:9031"
2024-07-30 02:32:16 +00:00
open: false
2024-02-18 08:49:29 +00:00
#zapLog:
# level: "info"
# filename: "logs/exhibition-main.log"
# max_size: 5
# max_age: 30
# max_backups: 30
2024-01-31 09:04:43 +00:00
jwt:
key: "SxjwBuEcHg42t73"
2024-02-01 10:55:43 +00:00
expire: 24
bos:
2024-09-10 03:49: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 03:49:35 +00:00
Host: "https://oss-cn-hangzhou.aliyuncs.com"
CdnHost: "https://cdn-test.szjixun.cn"