Sicherung aktueller Dateien
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
# url=jdbc:h2:./testH2
|
||||
# url=jdbc:hsqldb:./testHsqlDb
|
||||
# url=jdbc:mariadb://192.168.0.1:3306/testMariadb
|
||||
url=jdbc:mysql://10.112.30.17:3306/openhab_ffr
|
||||
url=jdbc:mysql://10.112.30.17:3306/openhab_ffr?serverTimezone=Europe/Berlin
|
||||
# url=jdbc:postgresql://192.168.0.1:5432/testPostgresql
|
||||
# url=jdbc:sqlite:./testSqlite.db
|
||||
# url=
|
||||
@ -78,4 +78,4 @@ tableUseRealItemNames=true
|
||||
|
||||
# T I M E K E E P I N G
|
||||
# (optional, default: false)
|
||||
enableLogTime=true
|
||||
enableLogTime=true
|
||||
|
19
services/mysql.cfg
Normal file
19
services/mysql.cfg
Normal file
@ -0,0 +1,19 @@
|
||||
# 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
|
14
services/telegram.cfg
Normal file
14
services/telegram.cfg
Normal file
@ -0,0 +1,14 @@
|
||||
#
|
||||
# Read https://www.openhab.org/addons/actions/telegram/#telegram-actions
|
||||
# to see how to set up bots and find your chat ids
|
||||
#
|
||||
|
||||
# bots=bot1,bot2
|
||||
|
||||
# bot1.chatId=22334455
|
||||
# bot1.token=xxxxxx
|
||||
# Optional: Either 'Markdown' or 'HTML' see https://core.telegram.org/bots/api#markdown-style
|
||||
# bot1.parseMode=Markdown
|
||||
|
||||
# bot2.chatId=654321
|
||||
# bot2.token=yyyyyyyyyyy
|
Reference in New Issue
Block a user