Files
ocean/gallery/etc/gallery.yaml
konjacpotato 0d65a890f6
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 54s
commit code
2025-06-01 11:02:33 +08:00

26 lines
403 B
YAML

Name: gallery.rpc
ListenOn: 0.0.0.0:50000
Mode: dev
DB:
DataSource: postgres://postgres:postgres@localhost:19732/godemo?sslmode=disable
MaxOpenConns: 100
MaxIdleConns: 20
ConnMaxLifetime: 3600
Etcd:
Hosts:
- 127.0.0.1:2379
Key: gallery.rpc
FileRpc:
Etcd:
Hosts:
- 127.0.0.1:2379
Key: file.rpc
CategoryRpc:
Etcd:
Hosts:
- 127.0.0.1:2379
Key: category.rpc