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
|
ENV_NAME=development
|
||||||
BASE_URL=https://syncrow-dev.azurewebsites.net
|
BASE_URL=https://syncrow-dev.azurewebsites.net
|
||||||
OPEN_WEATHER_API_KEY=5253339f3f994603cd406b0817823d02
|
|
@ -1,3 +1,2 @@
|
|||||||
ENV_NAME=production
|
ENV_NAME=production
|
||||||
BASE_URL=https://syncrow-staging.azurewebsites.net
|
BASE_URL=https://syncrow-staging.azurewebsites.net
|
||||||
OPEN_WEATHER_API_KEY=5253339f3f994603cd406b0817823d02
|
|
@ -1,3 +1,2 @@
|
|||||||
ENV_NAME=staging
|
ENV_NAME=staging
|
||||||
BASE_URL=https://syncrow-staging.azurewebsites.net
|
BASE_URL=https://syncrow-staging.azurewebsites.net
|
||||||
OPEN_WEATHER_API_KEY=5253339f3f994603cd406b0817823d02
|
|
Reference in New Issue
Block a user