From d4b94040b77c4ade3e70d1f799c9c3f58b662086 Mon Sep 17 00:00:00 2001 From: Dimitris Mytakis Date: Tue, 1 Jun 2021 21:32:42 +0300 Subject: [PATCH] fix/environment keys --- config.index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.index.ts b/config.index.ts index c6f91e8e..71f94bea 100644 --- a/config.index.ts +++ b/config.index.ts @@ -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,