-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathdeta.json
30 lines (30 loc) · 921 Bytes
/
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": "Tiiny",
"description": "Shorten your long URLs in just a click",
"env": [
{
"key": "DOMAIN_NAME",
"description": "Domain name of the website, leave blank if want to use default domain provided by Deta",
"value": "tiiny.deta.dev",
"required": false
},
{
"key": "WEBSITE_NAME",
"description": "Your website name, default to \"Tiiny\"",
"value": "TIINY",
"required": false
},
{
"key": "BINARY_CONTENT_TYPES",
"description": "This should be (*) to serve types of static files.",
"value": "*",
"required": true
},
{
"key": "DEFAULT_KEY_LENGTH",
"description": "Length of the default key, default to 8",
"value": "8",
"required": false
}
]
}