Change port value type to numeric

This commit is contained in:
Rémi Bédard-Couture 2024-12-10 11:09:26 -05:00
parent 7492d57617
commit eca4ad0d1e

View File

@ -8,7 +8,7 @@
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": "9000",
"interface_port": 9000,
"documentation": "https://docs.goauthentik.io/docs/",
"website": "https://goauthentik.io/",
"logo": "https://github.com/goauthentik/authentik/blob/main/website/static/img/icon.png",