]> git.pld-linux.org Git - packages/domoticz.git/blob - config.patch
up to 2022.2
[packages/domoticz.git] / config.patch
1 --- domoticz-2022.1/scripts/domoticz.conf.orig  2022-01-31 09:34:32.000000000 +0100
2 +++ domoticz-2022.1/scripts/domoticz.conf       2022-01-31 22:04:48.248783086 +0100
3 @@ -42,7 +42,7 @@
4  # reset_password=yes
5  
6  # SSL certificate file
7 -# ssl_cert=/opt/domoticz/server_cert.pem
8 +ssl_cert=/var/lib/domoticz/domoticz.pem
9  
10  # SSL certificate key file (could also point to SSL certificate file if it contains the key)
11  # ssl_key=/opt/domoticz/server_cert.key
12 @@ -60,7 +60,7 @@
13  # ssl_options=default_workarounds,no_sslv2,no_sslv3,no_tlsv1,no_tlsv1_1,single_dh_use'
14  
15  # Log file (for example /var/log/domoticz.log)
16 -# log_file=/var/log/domoticz.log
17 +log_file=/var/log/domoticz.log
18  
19  # Log level (combination of: normal,status,error,debug)
20  # loglevel=normal,status,error
21 @@ -75,7 +75,7 @@
22  # syslog=user
23  
24  # Database
25 -# dbase_file=/opt/domoticz/domoticz.db
26 +dbase_file=/var/lib/domoticz.db
27  
28  # Startup delay, time the daemon will pause before launching
29  # startup_delay=0
30 @@ -87,10 +87,10 @@
31  # php_cgi_path=/usr/bin/php-cgi
32  
33  # Application path (folder where domoticz is installed in)
34 -# app_path=/opt/domoticz
35 +app_path=@DOMOTICZ_DIR@
36  
37  # User data path (where backups and scripts are installed)
38 -# userdata_path=/opt/domoticz
39 +userdata_path=@DOMOTICZ_DIR@
40  
41  # Run as daemon (default when launched as service)
42  # daemon=yes
This page took 0.030041 seconds and 3 git commands to generate.