15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"PushFileSetting": {
|
|
"uri": "https://api.sandbox.push.apple.com/",
|
|
"p12Path": "/src/private/AM_Push_Sandbox.p12",
|
|
"p12PWPath": "/src/private/appleKeys.json",
|
|
"apnsTopic": "me.myds.ipstein.acamate.AcaMate"
|
|
}
|
|
}
|