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
|
2024-08-30 07:08:43 +00:00
|
|
|
|
|
|
|
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
|
2024-09-01 14:47:24 +00:00
|
|
|
MaxLength: 1000
|
|
|
|
|
|
|
|
RedisCluster:
|
|
|
|
Host: 127.0.0.1:7001
|
|
|
|
Type: cluster
|
2024-09-02 13:43:03 +00:00
|
|
|
|
|
|
|
Neo4J:
|
2024-09-03 01:17:50 +00:00
|
|
|
URI: bolt://localhost:7687
|
2024-09-02 13:43:03 +00:00
|
|
|
Username: neo4j
|
|
|
|
Password: yyyytttt
|
|
|
|
MaxConnectionPoolSize: 20
|
|
|
|
MaxConnectionLifetime: 200s
|
|
|
|
ConnectionTimeout : 200s
|
|
|
|
LogLevel : debug
|