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

11 lines
287 B
TOML
Raw Normal View History

2020-05-16 20:55:07 +09:00
[build]
functions = "."
2020-05-16 21:45:39 +09:00
command = ":"
2020-05-16 20:55:07 +09:00
[[redirects]]
from = "/*"
to = "/.netlify/functions/netlify-function"
2020-05-16 20:55:07 +09:00
status = 200
2020-05-16 23:35:46 +09:00
[template.environment]
HTTP_USERNAME = "User name for testing the /basic-auth endpoint"
HTTP_PASSWORD = "Password for testing the /basic-auth endpoint"