-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathapp.json
39 lines (39 loc) · 1.31 KB
/
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
{
"name": "Cometa, image processing service.",
"description": "Super fast, on-demand and on-the-fly, image processing.",
"repository": "https://github.com/CometaFront/Cometa.git",
"logo": "https://raw.githubusercontent.com/CometaFront/Assets/master/Images/Cometa_logo_sm.png",
"website": "https://github.com/CometaFront/Cometa",
"success_url": "/url/https://c1.staticflickr.com/6/5546/9660892548_4f72f7120a_b.jpg&w=320&h=320",
"keywords": [
"image",
"images",
"server",
"processor",
"resizing",
"scaling",
"cdn"
],
"env": {
"COMETA_CLUSTER": {
"description": "Run the application in a cluster.",
"value": "false"
},
"COMETA_PORT": {
"description": "The port on which the application will listen.",
"value": "9090"
},
"COMETA_KEY": {
"description": "Your unique key used to sign requests. Change this to something hard to guess.",
"value": "4218979597eeab59e66b6bd25eb6bda21bace0aa"
},
"COMETA_ALLOW_UNAUTHORIZED": {
"description": "Allow unsigned requests. This should not be 'true'.",
"value": "true"
},
"COMETA_REQUEST_TIMEOUT": {
"description": "Request timeout when trying to download images from URLs.",
"value": "2000"
}
}
}