diff options
-rw-r--r-- | app.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app.json b/app.json new file mode 100644 index 0000000..c426074 --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "xcos-on-web", + "scripts": { + }, + "env": { + }, + "formation": { + "web": { + "quantity": 1 + } + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "heroku/php" + } + ] +} |