forked from abraham-yusuf/web3-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
28 lines (28 loc) · 734 Bytes
/
app.json
File metadata and controls
28 lines (28 loc) · 734 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
{
"name": "Web3 API",
"description": "API for NFT and Blog",
"keywords": ["strapi", "heroku"],
"repository": "https://github.com/abraham-yusuf/web3-api",
"addons": ["heroku-postgresql:hobby-dev"],
"image": "heroku/nodejs",
"success_url": "/admin",
"env": {
"CLOUDINARY_NAME": {
"description": "Cloud name of your cloudinary account",
"generator": ""
},
"CLOUDINARY_KEY": {
"description": "API Key of your cloudinary account",
"value": ""
},
"CLOUDINARY_SECRET": {
"description": "API Secret of your cloudinary account",
"value": ""
}
},
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}