Skip to content

Commit

Permalink
fix/environment keys
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytakis committed Jun 1, 2021
1 parent e398854 commit d4b9404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ const envConfigFile = `export const environment = {
openUrl: '${process.env.OPEN_URL}',
mapApiKey: '${process.env.MAP_API_KEY}',
authTimeOuter: 5000,
mapOptions: { "latitude": 37.9709831, "longitude": 23.7224135, "zoom": 12 },
access: [
true, // community,
true, // loyalty,
Expand Down

0 comments on commit d4b9404

Please sign in to comment.