forked from AcaMate/AcaMate_API
[🐛] 4차 푸시 확인
Signed-off-by: seonkyu.kim <sean.kk@daum.net>
This commit is contained in:
parent
39beefcd37
commit
d52ef4ff02
|
@ -38,12 +38,14 @@ public class PushController : ControllerBase
|
|||
if (_env.IsDevelopment())
|
||||
{
|
||||
uri = "https://api.sandbox.push.apple.com";
|
||||
p12FilePath = "private/AM_Push_Sandbox.p12";
|
||||
p12FilePath = "/volume1/AcaMate/PROJECT/Application/Back/private/AM_Push_Sandbox.p12";
|
||||
// "private/AM_Push_Sandbox.p12";
|
||||
}
|
||||
else
|
||||
{
|
||||
uri = "https://api.push.apple.com";
|
||||
p12FilePath = "private/AM_Push.p12";
|
||||
p12FilePath = "/volume1/AcaMate/PROJECT/Application/Back/private/AM_Push.p12";
|
||||
// "private/AM_Push.p12";
|
||||
}
|
||||
var apnsTopic = "me.myds.ipstien.acamate.AcaMate";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user