forked from pub-solar/infra
fix: type INI atom (null, bool, int, float or string)
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:
parent
97a592a53e
commit
6bfeb835c2
|
@ -88,11 +88,7 @@
|
||||||
|
|
||||||
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
|
# https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
|
||||||
webhook = {
|
webhook = {
|
||||||
ALLOWED_HOST_LIST = [
|
ALLOWED_HOST_LIST = "loopback,external,*.pub.solar";
|
||||||
"loopback"
|
|
||||||
"external"
|
|
||||||
"*.pub.solar"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# See https://forgejo.org/docs/latest/admin/actions/
|
# See https://forgejo.org/docs/latest/admin/actions/
|
||||||
|
|
Loading…
Reference in a new issue