From 5e888c2377ee9783f3f16e96f44d169a9fd5f19a Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Sat, 16 May 2020 23:35:46 +0900 Subject: [PATCH] add template.environment --- netlify.toml | 3 +++ 1 file changed, 3 insertions(+) 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"