Skip to content

Commit

Permalink
Merge pull request #20 from openconfig/dplore-patch-1
Browse files Browse the repository at this point in the history
add todo for apikey
  • Loading branch information
wenovus authored Aug 9, 2023
2 parents 9027d42 + 55c92c8 commit 3ffad7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/static/update.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
<!-- Note the codes below should be replaced with boilerplate codes from identity platform of your project where catalog server is running-->
<!-- START -->
<script src="https://www.gstatic.com/firebasejs/8.9.0/firebase.js"></script>
<!-- TODO: The apiKey has been rotated. A future PR should refactor this out of the code-->
<script>
var config = {
apiKey: "AIzaSyBvyT9x6PnxGO3QC97xduPxHBDU53GLeLI",
apiKey: "xxxx",
authDomain: "{{ .ProjectID }}.firebaseapp.com",
};
firebase.initializeApp(config);
Expand Down

0 comments on commit 3ffad7f

Please sign in to comment.