forked from Kinto/formbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscalingo.json
25 lines (25 loc) · 861 Bytes
/
scalingo.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
{
"name": "Formbuilder",
"description": "Create your own forms and surveys, get your data back.",
"repository": "https://github.com/Kinto/formbuilder",
"website": "https://github.com/Kinto/formbuilder#readme",
"logo": "https://avatars0.githubusercontent.com/u/13413813",
"env": {
"PROJECT_NAME": {
"description": "Name of the project. Defaults to \"formbuilder\".",
"value": "$APP"
},
"SERVER_URL": {
"description": "URL of the Kinto server. It's default value depends on the environment that's being used (development, production, etc.)",
"value": ""
},
"HOST": {
"description": "Listens connection on the specified host. Defaults to \"localhost\".",
"value": "0.0.0.0"
},
"NPM_CONFIG_PRODUCTION": {
"description": "Install dev dependencies",
"value": "false"
}
}
}