From a00c0fbdbf4ee1b792a33e241e8d951282afca21 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sat, 17 Feb 2024 16:00:49 +0530 Subject: [PATCH] chore(notifications): use correct path for google application creds --- core/notifications/notifications.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/notifications/notifications.yml b/core/notifications/notifications.yml index c6fb5e01c2c..6c0dda80ebf 100644 --- a/core/notifications/notifications.yml +++ b/core/notifications/notifications.yml @@ -8,6 +8,6 @@ app: executor: fcm: - google_application_credentials_path: "./dev/config/notifications/fake_service_account.json" + google_application_credentials_path: "./config/notifications/fake_service_account.json" # kratos_import: # execute_import: true