piler-docker/piler.conf
2022-03-09 14:28:14 +01:00

66 lines
1.1 KiB
Text

############## User Settings ##############
# your Piler Domain
PILER_DOMAIN="piler.example.com"
# your Mailserver Admin Mail
SUPPORT_MAIL="admin@example.com"
# your IMAP Server
IMAP_SERVER="imap.example.com"
# your Timezone
TIME_ZONE="Europe/Berlin"
# Smarthost Default 127.0.0.1
SMARTHOST="127.0.0.1"
############################################
########### MySql Settings #################
# MySql Database
MYSQL_DATABASE="piler"
# MySql User
MYSQL_USER="piler"
# MySql Password
MYSQL_PASSWORD="<your-mysql-password>"
#############################################
########### Let's Encrypt Settings #################
# Enabled / Disabled (yes/no) Let's Encrypt
# For local Run disabled
USE_LETSENCRYPT="yes"
# Let's Encrypt registration contact information
LETSENCRYPT_EMAIL="admin@example.com"
#############################################
######### optional Mailcow Settings #########
# if Use Mailcow API Options set "true"
USE_MAILCOW=false
# your Mailcow API-Key
MAILCOW_APIKEY="your_Mailcow_API-Key"
# your Mailcow Host Domain
MAILCOW_HOST="mail.example.com"