mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 08:05:06 +00:00
create app.json for Heroku
This commit is contained in:
parent
6f322c4d2d
commit
98d94d0c91
1 changed files with 12 additions and 0 deletions
12
app.json
Normal file
12
app.json
Normal 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": ""
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue