-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
86 lines (86 loc) · 1.83 KB
/
settings.json
File metadata and controls
86 lines (86 loc) · 1.83 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
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
{
"sdk": {
"settings": {
"name": "rad-agent",
"version": "1.0.0",
"local": {
"key": "settings",
"save": true,
"load": true,
"storage": "localStorage"
},
"remote": {
"key": "apps",
"save": true,
"load": true,
"sync": {
"enabled": false,
"interval": 60000
}
},
"requests": {
"timeout": 30000,
"retries": {
"max": 3,
"backoff": 1000,
"codes": [408, 429, 500, 502, 503, 504]
},
"headers": {
"X-App-Version": "1.0.0"
}
},
"metadata": {
"cdn": {
"baseUrl": "https://cdn.rad-agent.com/metadata",
"cache": {
"enabled": true,
"ttl": 300
}
},
"preloadTracks": []
},
"embedding": {
"iframe": {
"width": "100%",
"height": "100%",
"allowFullscreen": true,
"allowedDomains": ["*"]
}
},
"debug": {
"enabled": false,
"logLevel": "error",
"traceRequests": false
},
"environment": {
"mode": "development",
"features": {
"experimentalApi": false
}
},
"auth": {
"defaults": {
"username": "",
"password": ""
},
"token": {
"storage": "localStorage",
"autoRefresh": true,
"refreshThreshold": 300,
"sessionTimeout": 3600
},
"otp": {
"defaultExpiration": 600,
"length": 32,
"allowUserCreation": true
}
}
},
"app": {
"key": "app.v1.demo",
"id": "5c1ccad2-789c-43fc-af31-e119eef5b5fe",
"endpoint": "https://api.rad-agent.com/",
"resources": {}
}
}
}