1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-18 08:05:06 +00:00
http-echo/app.json

13 lines
255 B
JSON
Raw Normal View History

2020-05-16 22:24:33 +09:00
{
"env": {
"HTTP_USERNAME": {
"description": "User name for testing the /basic-auth endpoint",
"value": ""
},
"HTTP_PASSWORD": {
"description": "Password for testing the /basic-auth endpoint",
"value": ""
}
}
}