forked from LussacZheng/dandanplay-resource-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
39 lines (36 loc) · 1.24 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
36
37
38
39
{
"__usage": "This file is used for the 'Deploy to Heroku' Button. See https://devcenter.heroku.com/articles/heroku-button for details.",
"__version": "0.0.3",
"name": "dandanplay-resource-service",
"description": "API implementations for \"dandanplay\" resource search service, in Golang",
"keywords": [
"dandanplay",
"api-service",
"resource-search",
"web-scraper",
"cloudflare-workers",
"gin",
"heroku"
],
"website": "https://github.com/LussacZheng/dandanplay-resource-service",
"repository": "https://github.com/LussacZheng/dandanplay-resource-service",
"buildpacks": [
{
"url": "https://github.com/timanovsky/subdir-heroku-buildpack"
},
{
"url": "heroku/go"
}
],
"env": {
"PROJECT_PATH": {
"description": "[DON'T modify!] \n Point to a subdirectory that is the project root. See \n https://medium.com/@timanovsky/heroku-buildpack-to-support-deployment-from-subdirectory-e743c2c838dd \n for details.",
"value": "golang"
},
"GOVERSION": {
"description": "Specify a Go version for this project. See \n https://github.com/heroku/heroku-buildpack-go/issues/301#issuecomment-632663726 \n for details.",
"value": "go1.15"
}
},
"success_url": "/"
}