Hi I have created A Single Netlify Functions with Template Environment Variable I can Set Up
during One Click Deploy.
I dont know if this is a bug in your END or some changes happen recently but before
I can Actually Put ENV Variable when I Do a one Click Deploy
But Now It Seems It Wont Work
here is my netlify.toml file
[build]
functions = "functions"
command = "#"
[template.environment]
PAYMONGO_EMAIL = "Type Username"
PAYMONGO_PASS = "Type Password"
PAYMONGO_LIVE_MODE = "Set True if Live"
[[redirects]]
from = "/*"
to = "/.netlify/functions/:splat"
status = 200