Initial Commit

This commit is contained in:
Nano
2026-06-01 21:28:52 +02:00
parent 456dfae3f1
commit 7be4b88b5b
1046 changed files with 2080 additions and 0 deletions

28
services/mysql.cfg Normal file
View File

@@ -0,0 +1,28 @@
# the database url like 'jdbc:mysql://<host>:<port>/<database>' (without quotes)
#url=
# the database user
#user=
# the database password
#password=
# the reconnection counter
#reconnectCnt=
# the connection timeout (in seconds)
#waitTimeout=
# Use MySQL Server time to store item values (=false) or use openHAB Server time (=true).
# For new installations, its recommend to set "localtime=true".
# (optional, defaults to false)
#localtime=true
url=jdbc:mysql://127.0.0.1:3306/OpenHAB?serverTimezone=Europe/Berlin
#/?serverTimezone=Europe/Berlin
# the database user
user=openhab
# the database password
password=habSQLbank