23 lines
649 B
JSON
23 lines
649 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"PushFileSetting": {
|
|
"uri": "https://api.sandbox.push.apple.com/",
|
|
"p12Path": "./private/AM_Push_Sandbox.p12",
|
|
"p12PWPath": "./private/appleKeys.json",
|
|
"apnsTopic": "me.myds.ipstein.acamate.AcaMate"
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kakao": {
|
|
"ClientId": "a9632e6c14d8706ef6c8fe2ef52b721d",
|
|
"ClientSecret": " this is rest api secret key ",
|
|
// "RedirectUri": "http://0.0.0.0:5144/api/v1/out/user/kakao/redirect"
|
|
"RedirectUri": "https://devacamate.ipstein.myds.me/api/v1/out/user/kakao/redirect"
|
|
|
|
}
|
|
}
|