Skip to content

Commit

Permalink
Refactor .gitignore and fireconfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
evanalif113 committed Oct 31, 2024
1 parent c55b737 commit 51f974f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ node_modules/
Dashboard-Pusdatin-Klimatologi.code-workspace
.github/workflows/firebase-hosting-merge.yml
.github/workflows/firebase-hosting-pull-request.yml
.env
public/script/fireconfig.js
2 changes: 1 addition & 1 deletion public/script/fireconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.14.1/firebas

// Konfigurasi Firebase
const firebaseConfig = {
apiKey: "AIzaSyDalcCwwOthPMjC3umkpQECqlQQj699FTY",
apiKey: `${process.env.API_KEY}`,
authDomain: "staklimjerukagung.firebaseapp.com",
databaseURL: "https://staklimjerukagung-default-rtdb.asia-southeast1.firebasedatabase.app",
projectId: "staklimjerukagung",
Expand Down

0 comments on commit 51f974f

Please sign in to comment.