-
Notifications
You must be signed in to change notification settings - Fork 7
/
deta.json
30 lines (30 loc) · 1.02 KB
/
deta.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
{
"name": "Pasting",
"description": "Pasting is a minimalist publishing tool that allows you to create richly formatted posts and push them to the Web in just a click. In simple words it's a website like Telegraph but it can be used as a pastebin too.",
"env": [
{
"key": "WEBSITE_NAME",
"description": "Your website name, defaults to \"pasting\"",
"value": "pasting",
"required": false
},
{
"key": "BINARY_CONTENT_TYPES",
"description": "This should be (*) to serve types of static files.",
"value": "*",
"required": true
},
{
"key": "DETA_BASE_NAME",
"description": "Deta Base name to use be used.",
"value": "pasting",
"required": false
},
{
"key": "KEY_LENGTH",
"description": "Length of the random generated key, default to 8",
"value": "8",
"required": false
}
]
}