Skip to content

Commit

Permalink
[Chore] firebase 관련 키값 파일 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseul106 authored May 16, 2024
1 parent b2938c3 commit 47d62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/pushConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const admin = require("firebase-admin");

admin.initializeApp({
credential: admin.credential.cert(
require("../../new-peekabook-firebase-adminsdk-ke3ck-2c155d0a19.json")
require("../../service-account-file.json")
),
});

Expand Down

0 comments on commit 47d62c4

Please sign in to comment.