Remove redundant backend/.env.example (merged into root .env.example)
This commit is contained in:
parent
99d994544d
commit
b7d58d308a
1 changed files with 0 additions and 20 deletions
|
|
@ -1,20 +0,0 @@
|
|||
# Database
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_USER=mailadmin
|
||||
DB_PASSWORD=your-password
|
||||
DB_NAME=mailserver
|
||||
|
||||
# App
|
||||
PORT=8080
|
||||
USE_EMBEDDED=true
|
||||
JWT_SECRET=your-random-secret-at-least-32-chars
|
||||
TRUSTED_PROXIES=127.0.0.1
|
||||
|
||||
# Mail server paths
|
||||
MAIL_DATA_DIR=/var/vmail
|
||||
POSTQUEUE_PATH=/usr/sbin/postqueue
|
||||
POSTSUPER_PATH=/usr/sbin/postsuper
|
||||
DOVECOT_QUOTA_CMD=/usr/bin/doveadm
|
||||
JOURNALCTL_PATH=/usr/bin/journalctl
|
||||
RSPMAD_API=http://127.0.0.1:11334
|
||||
Loading…
Add table
Add a link
Reference in a new issue