We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 934dbe9 commit d7573ffCopy full SHA for d7573ff
.gitignore
@@ -6,7 +6,6 @@
6
/out-tsc
7
/bazel-out
8
9
-/environments
10
/.firebase
11
12
# Node
environments/environment.ts
@@ -0,0 +1,21 @@
1
+export const baseApiUrl = {
2
+ Url: 'https://localhost:7164'
3
+}
4
+
5
+export const environment = {
+ firebaseConfig : {
+ apiKey: "AIzaSyDr2zkeI3t59kS6bjDIieH7wUWSw62IAdk",
+ authDomain: "eventify-45015.firebaseapp.com",
+ projectId: "eventify-45015",
+ storageBucket: "eventify-45015.appspot.com",
+ messagingSenderId: "539332405785",
+ appId: "1:539332405785:web:3c3d6ad5b95e7758add888",
13
+ measurementId: "G-0126Z1V2MM"
14
+ }
15
16
17
+export const mapEnvironment = {
18
+ production: false,
19
+ googleMapsApiKey: 'AIzaSyB0sAO-pDp_nivGlGRLjrvN-Mjo4rfcy5Q'
20
+ };
21
0 commit comments