This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #196 from EtienneM/master
Add one-click button to Scalingo
- Loading branch information
Showing
3 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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" | ||
} | ||
} | ||
} |