2017-07-24 20:08:53 +00:00
|
|
|
####################################################################################
|
|
|
|
# database configuration file
|
|
|
|
#
|
|
|
|
# NOTE:
|
|
|
|
# If you don't use a value for user / password please delete the leading hash mark
|
|
|
|
# and write 'user => ""' respectively 'password => ""' instead !
|
2007-12-30 21:51:16 +00:00
|
|
|
#
|
|
|
|
#
|
2017-07-24 20:08:53 +00:00
|
|
|
## for MySQL
|
|
|
|
####################################################################################
|
|
|
|
#%dbconfig= (
|
|
|
|
# connection => "mysql:database=fhem;host=db;port=3306",
|
|
|
|
# user => "fhemuser",
|
|
|
|
# password => "fhempassword",
|
|
|
|
# # optional enable(1) / disable(0) UTF-8 support (at least V 4.042 is necessary)
|
|
|
|
# utf8 => 1
|
|
|
|
#);
|
|
|
|
####################################################################################
|
|
|
|
#
|
|
|
|
## 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 => ""
|
|
|
|
#);
|
|
|
|
####################################################################################
|