forked from contentful/the-example-app.php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
35 lines (35 loc) · 1.13 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
{
"name": "The Example App",
"description": "This is \"The Example App\", a reference for building your own applications using Contentful.",
"keywords": [
"contentful",
"example",
"php",
"symfony"
],
"website": "https://the-example-app-php.contentful.com/",
"repository": "https://github.com/contentful/the-example-app.php",
"logo": "https://the-example-app-php.contentful.com/images/the-example-app-logo-php.svg",
"success_url": "/",
"env": {
"APP_ENV": {
"description": "The Symfony environment to use.",
"value": "prod"
},
"CONTENTFUL_SPACE_ID": {
"description": "The default space ID.",
"value": "qz0n5cdakyl9",
"required": false
},
"CONTENTFUL_DELIVERY_TOKEN": {
"description": "The default token for the Content Delivery API.",
"value": "580d5944194846b690dd89b630a1cb98a0eef6a19b860ef71efc37ee8076ddb8",
"required": false
},
"CONTENTFUL_PREVIEW_TOKEN": {
"description": "The default token for the Content Preview API.",
"value": "e8fc39d9661c7468d0285a7ff949f7a23539dd2e686fcb7bd84dc01b392d698b",
"required": false
}
}
}