-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlocal.yaml
93 lines (83 loc) · 1.47 KB
/
local.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
postgres:
user: "postgres"
dbName: "khan"
password: "123456"
host: "localhost"
port: 5433
sslMode: "disable"
elasticsearch:
enabled: true
host: "localhost"
port: 9200
sniff: false
index: "khan"
mongodb:
enabled: true
url: mongodb://localhost:27017
databaseName: "khan"
collectionTemplate: "clans_%s"
search:
pageSize: 50
webhooks:
timeout: 500
workers: 5
statsPort: 9999
runStats: true
logToBuf: false
healthcheck:
workingText: "WORKING"
jaeger:
disabled: false
samplingProbability: 1.0
serviceName: "khan"
redis:
host: 0.0.0.0
port: 6379
database: 0
pool: 30
password: ""
extensions:
dogstatsd:
host: localhost:9125
prefix: khan.
tags_prefix: ""
rate: 1
loadtest:
game:
membershipLevel: "member"
maxMembers: 50
client:
url: "http://localhost:8080"
gameid: "epiccardgame"
operations:
amount: 1
interval:
duration: "1s"
updateSharedClanScore:
probability: 1
createPlayer:
probability: 1
createClan:
probability: 1
autoJoin: "false"
retrieveClan:
probability: 1
leaveClan:
probability: 1
transferClanOwnership:
probability: 1
applyForMembership:
probability: 1
selfDeleteMembership:
probability: 1
searchClans:
probability: 1
retrieveClansSummaries:
probability: 1
caches:
getGame:
ttl: 1m
cleanupInterval: 1m
clansSummaries:
ttl: 1m
cleanupInterval: 1m