mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 13:29:26 +00:00
9e77743940
-added a postgresql connection example to db.conf git-svn-id: https://svn.fhem.de/fhem/trunk@2178 2b470e98-0d58-463d-a4d8-8e2adae1ed80
22 lines
598 B
Plaintext
22 lines
598 B
Plaintext
#
|
|
# database configuration file
|
|
#
|
|
#
|
|
## for MySQL
|
|
################################################################
|
|
#%dbconfig= (
|
|
# connection => "mysql:database=fhem;host=db;port=3306",
|
|
# user => "fhemuser",
|
|
# password => "fhempassword",
|
|
#);
|
|
################################################################
|
|
#
|
|
## for PostgreSQL
|
|
################################################################
|
|
#%dbconfig= (
|
|
# connection => "Pg:database=fhem;host=localhost",
|
|
# user => "fhemuser",
|
|
# password => "fhempassword"
|
|
#);
|
|
################################################################
|