move mailjet to couchdb + change cider

This commit is contained in:
Enstrayed
2024-03-27 22:45:05 -07:00
parent e3ccd4b3c7
commit 18b7bb431a
3 changed files with 19 additions and 18 deletions

View File

@@ -11,10 +11,9 @@
},
"cider": {
"targetHost": "localhost",
"targetPort": 10769,
"targetHosts": ["localhost:10769"],
"authKeyInDb": "apiAuthKeys.cider"
"authKeysDoc": "cider"
},
"mailjet": {
@@ -22,8 +21,7 @@
"senderAddress": "apinotifications@enstrayed.com",
"senderName": "API Notifications",
"authKeyInDb": "apiAuthKeys.mailjet",
"usageKeyPrefix": "apiUsage.mailjet."
"authKeysDoc": "mailjet"
},
"etyd": {