Compare commits
No commits in common. "a2141e18b023610734ec711df09786fa42ade40e" and "910e9cfadf0cd876743582342799209079384690" have entirely different histories.
a2141e18b0
...
910e9cfadf
|
@ -38,14 +38,12 @@ public class PushController : ControllerBase
|
||||||
if (_env.IsDevelopment())
|
if (_env.IsDevelopment())
|
||||||
{
|
{
|
||||||
uri = "https://api.sandbox.push.apple.com";
|
uri = "https://api.sandbox.push.apple.com";
|
||||||
p12FilePath = "/volume1/AcaMate/PROJECT/Application/Back/private/AM_Push_Sandbox.p12";
|
p12FilePath = "private/AM_Push_Sandbox.p12";
|
||||||
// "private/AM_Push_Sandbox.p12";
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
uri = "https://api.push.apple.com";
|
uri = "https://api.push.apple.com";
|
||||||
p12FilePath = "/volume1/AcaMate/PROJECT/Application/Back/private/AM_Push.p12";
|
p12FilePath = "private/AM_Push.p12";
|
||||||
// "private/AM_Push.p12";
|
|
||||||
}
|
}
|
||||||
var apnsTopic = "me.myds.ipstien.acamate.AcaMate";
|
var apnsTopic = "me.myds.ipstien.acamate.AcaMate";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user