30 lines
583 B
JSON
30 lines
583 B
JSON
{
|
|
"redisServer": "hazeldale",
|
|
"redisPort": 6379,
|
|
|
|
"routesDirectory": "./routes",
|
|
|
|
"apiPort": 8081,
|
|
|
|
"cider": {
|
|
"targetHost": "localhost",
|
|
"targetPort": 10769,
|
|
|
|
"authKeyInDb": "apiAuthKeys.cider"
|
|
},
|
|
|
|
"mailjet": {
|
|
"apiKey": "",
|
|
"senderAddress": "apinotifications@enstrayed.com",
|
|
"senderName": "API Notifications",
|
|
|
|
"authKeyInDb": "apiAuthKeys.mailjet",
|
|
"usageKeyPrefix": "apiUsage.mailjet."
|
|
},
|
|
|
|
"etyd": {
|
|
"randomHexLength": 6,
|
|
"authKeyInDb": "apiAuthKeys.etyd"
|
|
}
|
|
|
|
} |