Init repo with first working version

This commit is contained in:
don philipe
2024-01-28 09:06:31 +01:00
commit a152ccadc8
4 changed files with 118 additions and 0 deletions

10
config.example.json Normal file
View File

@@ -0,0 +1,10 @@
{
"db_user": "",
"db_passwd": "",
"db_host": "localhost",
"db_port": 3306,
"db_db": "",
"db_table": "water_level_elbe_dresden",
"sleep_sec": 600,
"url": "https://www.umwelt.sachsen.de/umwelt/infosysteme/hwims/portal/web/wasserstand-pegel-501060"
}