From 0f5365e5e5ecb54e93ede35c5d0533a9aa993120 Mon Sep 17 00:00:00 2001 From: Michael Friis Date: Mon, 2 Mar 2015 17:37:46 -0800 Subject: [PATCH] add app.json --- app.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000000..f90e28ec61 --- /dev/null +++ b/app.json @@ -0,0 +1,8 @@ +{ + "name": "MusicStore", + "description": "ASP.NET 5 Sample app", + "logo": "https://raw.githubusercontent.com/aspnet/MusicStore/master/src/MusicStore/wwwroot/Images/home-showcase.png", + "env": { + "BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git" + } +}