diff --git a/.env.development b/.env.development index 8b8c7587..e77609dc 100644 --- a/.env.development +++ b/.env.development @@ -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 \ No newline at end of file diff --git a/.env.production b/.env.production index 73a13524..4e9dcb81 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,2 @@ ENV_NAME=production -BASE_URL=https://syncrow-staging.azurewebsites.net -OPEN_WEATHER_API_KEY=5253339f3f994603cd406b0817823d02 \ No newline at end of file +BASE_URL=https://syncrow-staging.azurewebsites.net \ No newline at end of file diff --git a/.env.staging b/.env.staging index 8ab31d93..9565b426 100644 --- a/.env.staging +++ b/.env.staging @@ -1,3 +1,2 @@ ENV_NAME=staging -BASE_URL=https://syncrow-staging.azurewebsites.net -OPEN_WEATHER_API_KEY=5253339f3f994603cd406b0817823d02 \ No newline at end of file +BASE_URL=https://syncrow-staging.azurewebsites.net \ No newline at end of file