diff --git a/app.json b/app.json new file mode 100644 index 0000000..2a92fd9 --- /dev/null +++ b/app.json @@ -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": "" + } + } +}