Removed Settings.toml

This commit is contained in:
2023-05-07 12:02:16 +02:00
parent f1698db0e2
commit 02c0673e64
3 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
# Weather microservice
This microservice will control all weather related actions around the house.
## Test locally
Add `Settings.toml` with following content:
```toml
weather_api_base_url="xxx"
weather_api_key="xxx"
influx_db_base_url="xxx"
influx_db_token="xxx"
latitude="xxx"
longitude="xxx"
```