Skip to content

Commit

Permalink
return default variable value + format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Jan 7, 2025
1 parent 6298926 commit a0b14f9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion open-weather-connector-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<pluginRepositories>
<pluginRepository>
Expand Down
2 changes: 1 addition & 1 deletion open-weather-connector-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<tester.version>12.0.0</tester.version>
</properties>
<pluginRepositories>
Expand Down
6 changes: 3 additions & 3 deletions open-weather-connector/config/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Variables:
openWeatherConnector:
# Open Weather Data endpoint
weatherDataUrl: ""
weatherDataUrl: 'https://api.openweathermap.org/data/2.5'
# Open Weather Geo endpoint
weatherGeoUrl: ""
weatherGeoUrl: 'https://api.openweathermap.org/geo/1.0'
# Your Open Weather connector Application Client ID
appId: ""
appId: ''
2 changes: 1 addition & 1 deletion open-weather-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>iar</packaging>
<properties>
<project.build.plugin.version>12.0.0</project.build.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<pluginRepositories>
<pluginRepository>
Expand Down

0 comments on commit a0b14f9

Please sign in to comment.