fix: type INI atom (null, bool, int, float or string)
All checks were successful
Flake checks / Check (pull_request) Successful in 18m0s

option `services.gitea.settings.webhook.ALLOWED_HOST_LIST' is not of
type `INI atom (null, bool, int, float or string)'
This commit is contained in:
teutat3s 2023-12-08 17:37:28 +01:00
parent 97a592a53e
commit 6bfeb835c2
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -88,11 +88,7 @@
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
webhook = {
ALLOWED_HOST_LIST = [
"loopback"
"external"
"*.pub.solar"
];
ALLOWED_HOST_LIST = "loopback,external,*.pub.solar";
};
# See https://forgejo.org/docs/latest/admin/actions/