Skip to content

Commit

Permalink
change all map keys
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliiakaras committed Dec 6, 2024
1 parent b5d0a2b commit e57a528
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/environments/environment copy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: false,
apiKeys: 'AIzaSyDanBliCzAuCZrsq67FeKEs3vqAilUD_is',
apiMapKey: 'AIzaSyCU0ArzZlZ3n0pLq4o9MJy29LPT5DBMk4Y',
apiMapKey: 'AIzaSyDaqjlemyxH1pLvF1EWfBDW2IPlgwJYXnU',
backendLink: 'http://localhost:8085/',
backendChatLink: 'http://localhost:8085/',
backendUserLink: 'http://localhost:8065/',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,
apiKeys: 'AIzaSyAkfqpSGHVE28AjQoPcZFZd8AaPB_RU39k',
apiMapKey: 'AIzaSyCHj-foTxtWg0hud8sbF6lPTmT0BYdAwFE',
apiMapKey: 'AIzaSyDaqjlemyxH1pLvF1EWfBDW2IPlgwJYXnU',
backendLink: 'https://greencity.pick-up.city/',
backendChatLink: 'https://greencity-chat.pick-up.city/',
backendUserLink: 'https://greencity-user.pick-up.city/',
Expand Down
2 changes: 1 addition & 1 deletion src/environments/environment.stage.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const environment = {
production: true,
apiKeys: 'AIzaSyDanBliCzAuCZrsq67FeKEs3vqAilUD_is',
apiMapKey: 'AIzaSyCU0ArzZlZ3n0pLq4o9MJy29LPT5DBMk4Y',
apiMapKey: 'AIzaSyDaqjlemyxH1pLvF1EWfBDW2IPlgwJYXnU',
backendLink: 'https://greencity.greencity.cx.ua/',
backendChatLink: 'https://greencity-chat.greencity.cx.ua/',
backendUserLink: 'https://greencity-user.greencity.cx.ua/',
Expand Down

0 comments on commit e57a528

Please sign in to comment.