Skip to content

Commit 450b5d8

Browse files
authored
Update environment.prod.ts
1 parent 321a61f commit 450b5d8

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/environments/environment.prod.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ export const environment = {
22
production: true,
33
useLocalStorage: false,
44
firebaseConfig: {
5-
apiKey: "AIzaSyAqQNTjZREPKhGRWoYmVGa7wk0_RZ3elaE",
6-
authDomain: "parents-association-pt-website.firebaseapp.com",
7-
projectId: "parents-association-pt-website",
8-
storageBucket: "parents-association-pt-website.appspot.com",
9-
messagingSenderId: "47579637626",
10-
appId: "1:47579637626:web:5bfd634e99e4bc745a98c3",
11-
measurementId: "G-ZKTG5KHXHR"
5+
apiKey: "YOUR_API_KEY",
6+
authDomain: "YOUR_AUTH_DOMAIN",
7+
projectId: "YOUR_PROJECT_ID",
8+
storageBucket: "YOUR_STORAGE_BUCKET",
9+
messagingSenderId: "YOUR_MESSAGING_SENDER_ID",
10+
appId: "YOUR_APP_ID",
11+
measurementId: "YOUR_MEASUREMENT_ID" // Optional
1212
}
1313
};

0 commit comments

Comments
 (0)