Browse Source

add missing appsettings (#2955)

pull/2958/head
Daniel James Smith 3 years ago committed by GitHub
parent
commit
e08a4338d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/Billing/appsettings.json

1
src/Billing/appsettings.json

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

Loading…
Cancel
Save