Skip to content

Commit

Permalink
Update application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
XyL1GaN4eG committed Jul 20, 2024
1 parent 1266f3d commit c7808f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weatherApiService/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ rabbitmq:

weather:
api:
url: "http://api.weatherapi.com/v1/current.json?key=$b754ca0088e64db9afe102203240306&q={city}&aqi=yes"
url: "http://api.weatherapi.com/v1/current.json?key=b754ca0088e64db9afe102203240306&q={city}&aqi=no"
# "http://api.weatherapi.com/v1/current.json?key=${WEATHER_API_KEY}&q={city}&aqi=yes"

0 comments on commit c7808f3

Please sign in to comment.