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

10 lines
287 B
TOML

[build]
functions = "."
command = ":"
[[redirects]]
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"