This repository has been archived on 2026-01-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Game/Server/Gateway/config/config.dev.yaml
2025-06-28 17:38:22 +08:00

30 lines
385 B
YAML

app:
name: "gateway-dev"
log:
debug: true
level: "debug"
max_size: 100
max_backups: 3
max_age: 7
db:
etcd:
address: [ "10.0.40.9:2379" ]
serve:
grpc:
address: "10.0.40.199"
port: 8500
ttl: 20
socket:
web:
address: "0.0.0.0"
port: 8501
raw:
address: "0.0.0.0"
port: 8502
http:
address: "0.0.0.0"
port: 8503