mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
removed open weather api keys from .env
files.
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
ENV_NAME=development
|
||||
BASE_URL=https://syncrow-dev.azurewebsites.net
|
||||
OPEN_WEATHER_API_KEY=5253339f3f994603cd406b0817823d02
|
||||
BASE_URL=https://syncrow-dev.azurewebsites.net
|
@ -1,3 +1,2 @@
|
||||
ENV_NAME=production
|
||||
BASE_URL=https://syncrow-staging.azurewebsites.net
|
||||
OPEN_WEATHER_API_KEY=5253339f3f994603cd406b0817823d02
|
||||
BASE_URL=https://syncrow-staging.azurewebsites.net
|
@ -1,3 +1,2 @@
|
||||
ENV_NAME=staging
|
||||
BASE_URL=https://syncrow-staging.azurewebsites.net
|
||||
OPEN_WEATHER_API_KEY=5253339f3f994603cd406b0817823d02
|
||||
BASE_URL=https://syncrow-staging.azurewebsites.net
|
Reference in New Issue
Block a user