app-cloudep-tweeting-service/etc/tweeting.yaml

18 lines
262 B
YAML
Raw Normal View History

2024-08-28 14:24:47 +00:00
Name: tweeting.rpc
ListenOn: 0.0.0.0:8080
Etcd:
Hosts:
- 127.0.0.1:2379
Key: tweeting.rpc
Mongo:
Schema: mongodb
Host: 127.0.0.1
User: ""
Password: ""
Port: "27017"
2024-09-01 13:49:28 +00:00
Database: digimon_tweeting
TimelineSetting:
Expire: 86400
MaxLength: 1000