1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-18 16:08:13 +00:00

create app.json for Heroku

This commit is contained in:
Nebel 2020-05-16 22:24:33 +09:00
parent 6f322c4d2d
commit 98d94d0c91

12
app.json Normal file
View file

@ -0,0 +1,12 @@
{
"env": {
"HTTP_USERNAME": {
"description": "User name for testing the /basic-auth endpoint",
"value": ""
},
"HTTP_PASSWORD": {
"description": "Password for testing the /basic-auth endpoint",
"value": ""
}
}
}