Skip to content

Commit 88644d6

Browse files
Merge pull request #3482 from ita-social-projects/fix/change-all-map-keys
change all map keys
2 parents b5d0a2b + e57a528 commit 88644d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/environments/environment copy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const environment = {
22
production: false,
33
apiKeys: 'AIzaSyDanBliCzAuCZrsq67FeKEs3vqAilUD_is',
4-
apiMapKey: 'AIzaSyCU0ArzZlZ3n0pLq4o9MJy29LPT5DBMk4Y',
4+
apiMapKey: 'AIzaSyDaqjlemyxH1pLvF1EWfBDW2IPlgwJYXnU',
55
backendLink: 'http://localhost:8085/',
66
backendChatLink: 'http://localhost:8085/',
77
backendUserLink: 'http://localhost:8065/',

src/environments/environment.prod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const environment = {
22
production: true,
33
apiKeys: 'AIzaSyAkfqpSGHVE28AjQoPcZFZd8AaPB_RU39k',
4-
apiMapKey: 'AIzaSyCHj-foTxtWg0hud8sbF6lPTmT0BYdAwFE',
4+
apiMapKey: 'AIzaSyDaqjlemyxH1pLvF1EWfBDW2IPlgwJYXnU',
55
backendLink: 'https://greencity.pick-up.city/',
66
backendChatLink: 'https://greencity-chat.pick-up.city/',
77
backendUserLink: 'https://greencity-user.pick-up.city/',

src/environments/environment.stage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const environment = {
22
production: true,
33
apiKeys: 'AIzaSyDanBliCzAuCZrsq67FeKEs3vqAilUD_is',
4-
apiMapKey: 'AIzaSyCU0ArzZlZ3n0pLq4o9MJy29LPT5DBMk4Y',
4+
apiMapKey: 'AIzaSyDaqjlemyxH1pLvF1EWfBDW2IPlgwJYXnU',
55
backendLink: 'https://greencity.greencity.cx.ua/',
66
backendChatLink: 'https://greencity-chat.greencity.cx.ua/',
77
backendUserLink: 'https://greencity-user.greencity.cx.ua/',

0 commit comments

Comments
 (0)