diff --git a/netlify.toml b/netlify.toml index 99ff019..c74406f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,3 +5,6 @@ from = "/*" to = "/.netlify/functions/netlify-function" status = 200 +[template.environment] + HTTP_USERNAME = "User name for testing the /basic-auth endpoint" + HTTP_PASSWORD = "Password for testing the /basic-auth endpoint"