# # database configuration file # # ## for MySQL ################################################################ %dbconfig= ( connection => "mysql:database=fhem;host=fhem-mysql;port=3306", user => "fhemuser", password => "2jRHnEi3WuNSQAcX7", ); ################################################################ # ## for PostgreSQL ################################################################ #%dbconfig= ( # connection => "Pg:database=fhem;host=localhost", # user => "fhemuser", # password => "fhempassword" #); ################################################################ # ## for SQLite (username and password stay empty for SQLite) ################################################################ #%dbconfig= ( # connection => "SQLite:dbname=/opt/fhem/fhem.db", # user => "", # password => "" #); ################################################################