-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml
104 lines (86 loc) · 1.95 KB
/
config.yml
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
94
95
96
97
98
99
100
101
102
103
104
port: 8080
stdout:
level: info
domain: pokergloss.com
gcp:
project_id: pokerblow
credentials:
metrics:
push_duration: 60s
db:
scheme: mongodb
host: localhost
name: table
username:
password:
table_service:
table:
seat_reservation_timeout: 20s # this way you can set this with PG_SEAT_RESERVATION_TIMEOUT variable
min_decision_timeout: 3s
max_decision_timeout: 60s
game_end_min_timeout: 2500ms
game_end_pot_timeout: 1250ms
game_end_community_card_timeout: 1250ms
show_down_timeout: 5s
player_action_duration: 300ms
rake_percent: 0.0
max_rake: 2000
enrich:
players_enabled: true
cleaning:
cash_sitting_out_players_timeout: 1m
tournament_sitting_out_players_timeout: 10m
waiting_tables_timeout: 30m
sitngo_start_timeout: 30m
alone_player_on_persistent_table: 30m
scheduler:
cron:
timeout_recovery: "*/5 * * * *"
start_multi_tournaments: "* * * * *"
clean_sitting_out_players: "* * * * *"
clean_waiting_tables: "*/10 * * * *"
clean_alone_player_on_persistent_table: "*/12 * * * *"
delete_finished_lobbies: "*/5 * * * *"
delete_not_started_sitngo: "*/6 * * * *"
create_daily_sitngo: "8,38 * * * *"
tournament:
fee_percent: 0.0
multi:
rebalancer_period: 30s
table_size: 6
decision_timeout: 15s
freerolls:
at:
- 19:00
daily:
last_video_id:
bank:
host: localhost
port: 9091
achievement:
host: localhost
port: 9090
market:
host: localhost
port: 9090
broadcast:
workers: 3
jobs: 5
init_table_connection_size: 3
bank:
ranker_duration: 5m
ws:
logo_url: https://storage.googleapis.com/imagesforpoker/logo/logo.png
bonus:
cron: "0 0 0 * * *"
mail:
host: in-v3.mailjet.com
port: 587
from: noreply@pokergloss.com
username: apiKey
password: apiSecret
profile_service:
gcs:
avatar_bucket: avatarsforpoker
survival:
max_anonymous_counter: 50