Compare commits

..

No commits in common. "a2141e18b023610734ec711df09786fa42ade40e" and "910e9cfadf0cd876743582342799209079384690" have entirely different histories.

View File

@ -38,14 +38,12 @@ public class PushController : ControllerBase
if (_env.IsDevelopment())
{
uri = "https://api.sandbox.push.apple.com";
p12FilePath = "/volume1/AcaMate/PROJECT/Application/Back/private/AM_Push_Sandbox.p12";
// "private/AM_Push_Sandbox.p12";
p12FilePath = "private/AM_Push_Sandbox.p12";
}
else
{
uri = "https://api.push.apple.com";
p12FilePath = "/volume1/AcaMate/PROJECT/Application/Back/private/AM_Push.p12";
// "private/AM_Push.p12";
p12FilePath = "private/AM_Push.p12";
}
var apnsTopic = "me.myds.ipstien.acamate.AcaMate";