This commit is contained in:
Michael Friis 2015-03-02 17:37:46 -08:00
Родитель 7109a01bc7
Коммит 0f5365e5e5
1 изменённых файлов: 8 добавлений и 0 удалений

8
app.json Normal file
Просмотреть файл

@ -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"
}
}