(simatec) fix config
This commit is contained in:
parent
f5ee0f5c92
commit
2b0d699685
1 changed files with 4 additions and 10 deletions
14
piler.conf
14
piler.conf
|
@ -1,4 +1,4 @@
|
||||||
############## User Settings ##############
|
# ----------- User Settings -----------
|
||||||
|
|
||||||
# your Piler Domain
|
# your Piler Domain
|
||||||
|
|
||||||
|
@ -20,9 +20,7 @@ TIME_ZONE="Europe/Berlin"
|
||||||
|
|
||||||
SMARTHOST="127.0.0.1"
|
SMARTHOST="127.0.0.1"
|
||||||
|
|
||||||
############################################
|
# ------------ MySql Settings -------------
|
||||||
|
|
||||||
########### MySql Settings #################
|
|
||||||
|
|
||||||
# MySql Database
|
# MySql Database
|
||||||
|
|
||||||
|
@ -36,9 +34,7 @@ MYSQL_USER="piler"
|
||||||
|
|
||||||
MYSQL_PASSWORD="<your-mysql-password>"
|
MYSQL_PASSWORD="<your-mysql-password>"
|
||||||
|
|
||||||
#############################################
|
# ------- Let's Encrypt Settings ----------
|
||||||
|
|
||||||
########### Let's Encrypt Settings #################
|
|
||||||
|
|
||||||
# Enabled / Disabled (yes/no) Let's Encrypt
|
# Enabled / Disabled (yes/no) Let's Encrypt
|
||||||
# For local Run disabled
|
# For local Run disabled
|
||||||
|
@ -49,9 +45,7 @@ USE_LETSENCRYPT="yes"
|
||||||
|
|
||||||
LETSENCRYPT_EMAIL="admin@example.com"
|
LETSENCRYPT_EMAIL="admin@example.com"
|
||||||
|
|
||||||
#############################################
|
# ------ optional Mailcow Settings --------
|
||||||
|
|
||||||
######### optional Mailcow Settings #########
|
|
||||||
|
|
||||||
# if Use Mailcow API Options set "true"
|
# if Use Mailcow API Options set "true"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue