diff --git a/cmd/notification-service/main.go b/cmd/notification-service/main.go index 7353902..7de62ca 100644 --- a/cmd/notification-service/main.go +++ b/cmd/notification-service/main.go @@ -23,7 +23,7 @@ func run() error { "", "test-project-id", "some.topic", - "./cert", + os.Getenv("APNS_CERT"), "", config.EnvironmentDevelopment, )