removed open weather api keys from .env files.

This commit is contained in:
Faris Armoush
2025-06-04 09:32:56 +03:00
parent 9fa59ce78b
commit 651ac6785e
3 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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