genies_config 1.9.0

整合DDD与Dapr 的 config 库
Documentation
1
2
3
4
5
6
7
8
app_name: "production-app"
environment: "production"
allowed_hosts:
  - "api.example.com"
  - "admin.example.com"
ports: [8080, 8081, 8082]
connection_timeout: 60
read_timeout: 600