Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fallemand authored Dec 26, 2023
1 parent e033eee commit 995edf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/frontend/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const config = {
"@": path.resolve(__dirname, "../src"),
},
firebaseClientConfig: {
apiKey: "AIzaSyBa6F9Xgl5tiSuCR75oR1-2lmsBSzbgjfk",
apiKey: "redacted",
authDomain: "reservando-club.firebaseapp.com",
projectId: "reservando-club",
storageBucket: "reservando-club.appspot.com",
messagingSenderId: "660411980358",
appId: "1:660411980358:web:47e51c0e967db71336c847",
appId: "redacted",
},
extensions: [".vue", ".ts", ".js", ".css", ".d.ts"],
dateFormatOptions: {
Expand Down

0 comments on commit 995edf7

Please sign in to comment.