forked from AcaMate/AcaMate_API
20 lines
556 B
JSON
20 lines
556 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": "*",
|
|
"Kakao": {
|
|
"ClientId": "a9632e6c14d8706ef6c8fe2ef52b721d",
|
|
"ClientSecret": " this is rest api secret key ",
|
|
"RedirectUri": "https://acamate.ipstein.myds.me/api/v1/out/user/kakao/redirect"
|
|
}
|
|
} |