You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
713 B
YAML

10 months ago
system:
mode: dev #正式 prod #测试 test #开发 dev
10 months ago
# config_source: configmap
10 months ago
#oaMeeting:
# host: ${mysql.host|localhost}
# port: ${mysql.port|3306}
# user: ${mysql.user}
# password: ${mysql.password}
# db_name: ${oa-meeting.mysql.db_name}
10 months ago
Bccr:
access_key_id: "ACsK4CQqzj5rGSKf"
access_key_secret: "SJmH5eATWY26tJrVg8QyHaBGbLNCbj7y"
10 months ago
end_point: "openapi.antchain.antgroup.com" # 正式的 endpoint
10 months ago
#redis:
# db: ${oa-meeting.redis.db}
# addr: ${redis.addr}
# password: ${redis.password}
zapLog:
level: "info"
10 months ago
filename: "logs/chain-dci.log"
max_size: 5
max_age: 30
max_backups: 30
10 months ago
snowflake:
10 months ago
node_num: 4
start_time: "2023-11-27"
10 months ago
jaeger:
10 months ago
addr: "127.0.0.1:6831"
open: false