This repository was archived by the owner on Oct 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtgs.json
More file actions
54 lines (54 loc) · 1.34 KB
/
Copy pathtgs.json
File metadata and controls
54 lines (54 loc) · 1.34 KB
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
{
"version": "0.1.0",
"tgs_key": "ae4c9f7c7043cbd3a87e2d40d341e25e5f7f96f694308e1dd3217ac4f2596eec",
"services": [
{
"id": 1,
"name": "service1",
"key": "285c8b9f8d6044f93c994ce4513110c026c5c617e7343a2f060960a62a8f49ea"
},
{
"id": 2,
"name": "service2",
"key": "5faad28c92a2d3f4d4b0273f52300822166d5d183b28462c25fe8ce56b6a847c"
}
],
"users": [
{
"id": 1,
"username": "user1",
"authorized_services": [
{
"id": 1,
"service": "service1",
"max_time": 3600
},
{
"id": 2,
"service": "service2",
"max_time": 600
}
]
},
{
"id": 2,
"username": "user2",
"authorized_services": [
{
"service": "service1",
"max_time": 3600
}
]
},
{
"id": 3,
"username": "user3",
"authorized_services": [
{
"service": "service2",
"max_time": 300
}
]
}
]
}