1
0
Fork 0
mirror of https://github.com/kou029w/http-echo.git synced 2025-01-18 16:08:13 +00:00

add template.environment

This commit is contained in:
Nebel 2020-05-16 23:35:46 +09:00
parent 6936043c12
commit 5e888c2377

View file

@ -5,3 +5,6 @@
from = "/*" from = "/*"
to = "/.netlify/functions/netlify-function" to = "/.netlify/functions/netlify-function"
status = 200 status = 200
[template.environment]
HTTP_USERNAME = "User name for testing the /basic-auth endpoint"
HTTP_PASSWORD = "Password for testing the /basic-auth endpoint"