Skip to content

Commit

Permalink
Make beta the source of truth and default for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vontell committed Aug 27, 2024
1 parent 23abede commit 69bb7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firebase/firebaseConfig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Sets the Phlask Database URL to use the test instance unless overriden
// This environment variable will also need to be set in the prod build pipeline to "https://phlask-prod.firebaseio.com"
// https://github.com/phlask/phlask-map/issues/498
let phlaskDatabaseUrl = process.env.REACT_APP_DB_URL || "https://phlask-test.firebaseio.com"
let phlaskDatabaseUrl = process.env.REACT_APP_DB_URL || "https://phlask-beta.firebaseio.com"

export const resourcesConfig = {
apiKey: 'AIzaSyABw5Fg78SgvedyHr8tl-tPjcn5iFotB6I',
Expand Down

0 comments on commit 69bb7f1

Please sign in to comment.