-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.test.yml
More file actions
52 lines (43 loc) · 868 Bytes
/
config.test.yml
File metadata and controls
52 lines (43 loc) · 868 Bytes
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
type: yml
application:
graceful_shutdown_timeout: "2s"
question:
questions_count: 6
presence:
prefix: "presence"
expiration: "4h"
server:
http_server:
port: 80
grpc_server:
port: 8088
websocket_server:
client:
read_timeout: "30s"
write_timeout: "10s"
ping_period: "60s"
max_message_size: 512
auth:
secret: "secret"
expire_duration: 10080
scheduler:
match_waited_users_interval_seconds: 5
matching:
matching_timeout: "5m"
game:
game_timeout: "15m"
max_question_timeout: "30s"
max_score_per_question: 5
redis:
host: redis
database:
seeders: "file://repository/mongorepo/seeders"
migrations: "file://repository/mongorepo/migrations"
mongodb:
port: 27017
host: mongodb
db_name: db
username: michael
password: secret
migrations: migrations
duration_seconds: 5