From b15c762ee648ba9fbc9f2b25facd5e46a9e0f1a0 Mon Sep 17 00:00:00 2001 From: Michael Friis Date: Wed, 5 Oct 2016 16:06:08 -0700 Subject: [PATCH] remove app.json --- README.md | 5 ----- app.json | 7 ------- 2 files changed, 12 deletions(-) delete mode 100644 app.json diff --git a/README.md b/README.md index 9099dd8777..22f23a67af 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,6 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge **NOTE:** Since on Mono SQL client is not available the sample uses an InMemoryStore to run the application. So the changes that you make will not be persisted. -### Deploy on Heroku -To deploy MusicStore on Heroku, click the button below: - -[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy) - ###NTLM authentication More information at [src/MusicStore/StartupNtlmAuthentication.cs](src/MusicStore/StartupNtlmAuthentication.cs). diff --git a/app.json b/app.json deleted file mode 100644 index b864e31592..0000000000 --- a/app.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "MusicStore", - "description": "ASP.NET 5 Music Store sample app", - "env": { - "BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git" - } -}