diff --git a/weatherApiService/src/main/resources/application.yml b/weatherApiService/src/main/resources/application.yml index 4679bb5..9a53ff9 100644 --- a/weatherApiService/src/main/resources/application.yml +++ b/weatherApiService/src/main/resources/application.yml @@ -34,5 +34,5 @@ rabbitmq: weather: api: url: - "http://api.weatherapi.com/v1/current.json?key=b754ca0088e64db9afe102203240306&q={city}&aqi=no" + "http://api.weatherapi.com/v1/current.json?key=58b233192c024029bf3164200242607&q={city}&aqi=no" # "http://api.weatherapi.com/v1/current.json?key=${WEATHER_API_KEY}&q={city}&aqi=yes"