1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -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": {
"apiKey": "SECRET",
"webhookKey": "SECRET",
"region": "US",
"userFieldName": "cf_user",
"orgFieldName": "cf_org"
}