-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
37 lines (37 loc) · 870 Bytes
/
app.json
File metadata and controls
37 lines (37 loc) · 870 Bytes
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
{
"name": "VisitVeneto",
"description": "A website about Veneto, the land around Venice, its places and accomodations",
"keywords": [
"Veneto",
"Venice",
"Italy",
"tours",
"vacation",
"tourism",
"info",
"pictures",
"hotel",
"activities"
],
"website": "https://keystonejs.com",
"repository": "https://github.com/JedWatson/keystone-starter",
"logo": "http://keystonejs.com/images/logo-128.png",
"env" : {
"NODE_ENV": "production",
"COOKIE_SECRET": {
"description": "Secret for signing cookies",
"generator": "secret"
},
"EMAIL_HOSTNAME": {
"description": "Canonical Hostname for images and links in emails",
"value": "",
"required": false
}
},
"addons": [
"mongolab:sandbox",
"cloudinary:starter",
"mandrill:starter",
"papertrail:choklad"
]
}