Skip to content

Commit

Permalink
Remove API Key from source
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Jan 5, 2021
1 parent b5648a5 commit aab649f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/monaco.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
//// TODO: replace with your Firebase project configuration.
var config = {
apiKey: '<API_KEY>',
databaseURL: "https://firepad-test-e4255.firebaseio.com",
projectId: "firepad-test-e4255",
databaseURL: "https://firepad-gh-tests.firebaseio.com",
projectId: "firepad-gh-tests",
};
firebase.initializeApp(config);

Expand Down
2 changes: 1 addition & 1 deletion test/specs/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Initialize the Firebase SDK
var config = {
apiKey: "AIzaSyCxDoxb2xFwh7J3H8gkmdlS_Tu1DRJ0_V0",
apiKey: "<API_KEY>",
authDomain: "firepad-gh-tests.firebaseapp.com",
databaseURL: "https://firepad-gh-tests.firebaseio.com",
};
Expand Down

0 comments on commit aab649f

Please sign in to comment.