diff --git a/.gitignore b/.gitignore index b273c6d..b4acbff 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,5 @@ Temporary Items # End of https://www.toptal.com/developers/gitignore/api/macos database.db +database.db-shm +database.db-wal diff --git a/.template.config/template.json b/.template.config/template.json index e4f1b2f..1b7ffc4 100644 --- a/.template.config/template.json +++ b/.template.config/template.json @@ -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",