Skip to content

Commit

Permalink
Load APNs cert in the test program
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Jun 26, 2023
1 parent 2b946a0 commit d38c345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/notification-service/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func run() error {
"",
"test-project-id",
"some.topic",
"./cert",
os.Getenv("APNS_CERT"),
"",
config.EnvironmentDevelopment,
)
Expand Down

0 comments on commit d38c345

Please sign in to comment.