1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

add missing appsettings (#2955)

This commit is contained in:
Daniel James Smith
2023-05-23 14:54:09 +02:00
committed by GitHub
parent 09144ddb52
commit e08a4338d1

View File

@ -73,6 +73,7 @@
"freshdesk": { "freshdesk": {
"apiKey": "SECRET", "apiKey": "SECRET",
"webhookKey": "SECRET", "webhookKey": "SECRET",
"region": "US",
"userFieldName": "cf_user", "userFieldName": "cf_user",
"orgFieldName": "cf_org" "orgFieldName": "cf_org"
} }