You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cat=features/enable/1; type=string; label=Custom secret:Provide a secret to secure the endpoint. 5 chars minimum!
secret =
# cat=features/enable/2; type=string; label=Allowed IPs:Restrict the endpoint to specific IPs. Comma separated lists are possible
allowedIps = *
# cat=features/enable/3; type=boolean; label=Enable debugging: Instead of silently stopping the endpoint call, the error is outputted. Just enable this to debug if a connection is not possible!