forked from exieln/Rboxlo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapi-keys.sample.json
39 lines (39 loc) · 1.97 KB
/
api-keys.sample.json
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
{
"2009": {
"gameserver": "00000000-0000-0000-0000-000000000000",
"datamodel_access": "00000000-0000-0000-0000-000000000000",
"watchdog": "00000000-0000-0000-0000-000000000000"
},
"2012": {
"gameserver": "00000000-0000-0000-0000-000000000000",
"get_client_settings": "00000000-0000-0000-0000-000000000000",
"get_studio_settings": "00000000-0000-0000-0000-000000000000",
"datamodel_access": "00000000-0000-0000-0000-000000000000",
"error_dumps": "00000000-0000-0000-0000-000000000000",
"watchdog": "00000000-0000-0000-0000-000000000000"
},
"amet": {
"gameserver": "00000000-0000-0000-0000-000000000000",
"get_client_settings": "00000000-0000-0000-0000-000000000000",
"get_studio_settings": "00000000-0000-0000-0000-000000000000",
"get_rcc_settings": "00000000-0000-0000-0000-000000000000",
"get_security_hashes": "00000000-0000-0000-0000-000000000000",
"get_security_versions": "00000000-0000-0000-0000-000000000000",
"datamodel_access": "00000000-0000-0000-0000-000000000000",
"error_dumps": "00000000-0000-0000-0000-000000000000",
"ephermal_counters": "00000000-0000-0000-0000-000000000000",
"watchdog": "00000000-0000-0000-0000-000000000000"
},
"2017": {
"gameserver": "00000000-0000-0000-0000-000000000000",
"get_client_settings": "00000000-0000-0000-0000-000000000000",
"get_studio_settings": "00000000-0000-0000-0000-000000000000",
"get_rcc_settings": "00000000-0000-0000-0000-000000000000",
"get_security_hashes": "00000000-0000-0000-0000-000000000000",
"get_security_versions": "00000000-0000-0000-0000-000000000000",
"datamodel_access": "00000000-0000-0000-0000-000000000000",
"error_dumps": "00000000-0000-0000-0000-000000000000",
"ephermal_counters": "00000000-0000-0000-0000-000000000000",
"watchdog": "00000000-0000-0000-0000-000000000000"
}
}