-
Notifications
You must be signed in to change notification settings - Fork 23
/
app.json
41 lines (41 loc) · 954 Bytes
/
app.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
40
41
{
"name": "reichat",
"repository": "https://github.com/kanreisa/reichat",
"logo": "https://yabumi.cc/14b08e54b51e2abe7c7a55c7.svg",
"env": {
"TITLE": {
"description": "Title",
"value": "My PaintChat"
},
"CANVAS_WIDTH": {
"description": "Canvas Width",
"value": "1280"
},
"CANVAS_HEIGHT": {
"description": "Canvas Height",
"value": "720"
},
"REDIS_HOST": {
"description": "Redis Host (optional)",
"value": "",
"required": false
},
"REDIS_PORT": {
"description": "Redis Port (optional)",
"value": "6379",
"required": false
},
"REDIS_PASSWORD": {
"description": "Redis Password (optional)",
"value": "",
"required": false
},
"REDIS_KEY_PREFIX": {
"description": "Redis Key Prefix (optional)",
"value": "",
"required": false
},
"FORWARDED_HEADER": "XFF"
},
"success_url": "/"
}