1
0
Fork 0
mirror of https://github.com/YunoHost/yunohost.git synced 2024-09-03 20:06:10 +02:00

Merge pull request from YunoHost/fix-gandi

Gandi's `api_protocol` field should be a `select` type
This commit is contained in:
Alexandre Aubin 2023-07-18 13:06:50 +02:00 committed by GitHub
commit 363f8f13a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -227,7 +227,7 @@
redact = true redact = true
[gandi.api_protocol] [gandi.api_protocol]
type = "string" type = "select"
choices.rpc = "RPC" choices.rpc = "RPC"
choices.rest = "REST" choices.rest = "REST"
default = "rest" default = "rest"