mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-29 02:34:17 -04:00
Hide and regenerate Firebase API key
This commit is contained in:
@@ -33,7 +33,7 @@ export const PROD_CONFIG: EnvConfig = {
|
||||
posthogKey: 'phc_xT16KyBj7GsWnAwifoH4HiWKTFhuohRrfy3t5DK6ZIv',
|
||||
domain: 'compassmeet.com',
|
||||
firebaseConfig: {
|
||||
apiKey: "AIzaSyAxzhj6bZuZ1TCw9xzibGccRHXiRWq6iy0",
|
||||
apiKey: process.env.NEXT_PUBLIC_FIREBASE_API_KEY || '',
|
||||
authDomain: "compass-130ba.firebaseapp.com",
|
||||
projectId: "compass-130ba",
|
||||
storageBucket: "compass-130ba.firebasestorage.app",
|
||||
|
||||
@@ -15,6 +15,7 @@ export const secrets = (
|
||||
'TEST_CREATE_USER_KEY',
|
||||
'GEODB_API_KEY',
|
||||
'RESEND_KEY',
|
||||
'NEXT_PUBLIC_FIREBASE_API_KEY',
|
||||
// Some typescript voodoo to keep the string literal types while being not readonly.
|
||||
] as const
|
||||
).concat()
|
||||
|
||||
Reference in New Issue
Block a user