New option to install Modoboa in development mode.
This commit is contained in:
@@ -4,8 +4,8 @@ tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
|
||||
|
||||
[database]
|
||||
# Select database engine : postgres or mysql
|
||||
engine = postgres
|
||||
#engine = mysql
|
||||
#engine = postgres
|
||||
engine = mysql
|
||||
host = 127.0.0.1
|
||||
install = true
|
||||
|
||||
@@ -28,6 +28,8 @@ dbuser = modoboa
|
||||
dbpassword = password
|
||||
# Extensions to install (to install all of them, use: all)
|
||||
extensions = modoboa-amavis modoboa-pdfcredentials modoboa-postfix-autoreply modoboa-sievefilters modoboa-stats modoboa-webmail
|
||||
# Deploy Modoboa and enable development mode
|
||||
devmode = false
|
||||
|
||||
[amavis]
|
||||
enabled = true
|
||||
|
||||
Reference in New Issue
Block a user