Skip to content

Commit d7573ff

Browse files
add environment file
1 parent 934dbe9 commit d7573ff

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/out-tsc
77
/bazel-out
88

9-
/environments
109
/.firebase
1110

1211
# Node

environments/environment.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
export const baseApiUrl = {
2+
Url: 'https://localhost:7164'
3+
}
4+
5+
export const environment = {
6+
firebaseConfig : {
7+
apiKey: "AIzaSyDr2zkeI3t59kS6bjDIieH7wUWSw62IAdk",
8+
authDomain: "eventify-45015.firebaseapp.com",
9+
projectId: "eventify-45015",
10+
storageBucket: "eventify-45015.appspot.com",
11+
messagingSenderId: "539332405785",
12+
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

Comments
 (0)