forked from AcaMate/AcaMate_API
15 lines
351 B
JSON
15 lines
351 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"PushFileSetting": {
|
|
"Uri": "https://api.push.apple.com/",
|
|
"P12Path": "/src/private/AM_Push.p12",
|
|
"P12PWPath": "/src/private/appleKeys.json",
|
|
"ApnsTopic": "me.myds.ipstein.acamate.AcaMate"
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |