Remove auth choice symbol

This commit is contained in:
Laura Hausmann 2023-04-08 16:32:29 +02:00
parent 0dd08b93ad
commit 57945aa30e
Signed by: zotan
GPG Key ID: D044E84C5BE01605
2 changed files with 2 additions and 20 deletions

2
.gitignore vendored
View File

@ -184,3 +184,5 @@ Temporary Items
# End of https://www.toptal.com/developers/gitignore/api/macos
database.db
database.db-shm
database.db-wal

View File

@ -37,26 +37,6 @@
}
],
"symbols": {
"auth": {
"type": "parameter",
"datatype": "choice",
"choices": [
{
"choice": "None",
"description": "No authentication"
},
{
"choice": "SSO",
"description": "Remote-User auth"
},
{
"choice": "SSO_partial",
"description": "Remote-User auth (partial)"
}
],
"defaultValue": "None",
"description": "The type of authentication to use"
},
"kestrelPort": {
"type": "generated",
"generator": "port",