update
This commit is contained in:
@@ -5,6 +5,13 @@ HTTP_PORT=8680
|
||||
HTTPS_PORT=8643
|
||||
GITEA_SSH_PORT=2222
|
||||
|
||||
# letsencrypt: manage a certificate automatically with Certbot.
|
||||
# custom: read the named certificate files from ./config/ssl.
|
||||
SSL_MODE=letsencrypt
|
||||
SSL_CERTIFICATE_DIR=./config/letsencrypt/live/broker.example.com
|
||||
SSL_CERTIFICATE_FILE=fullchain.pem
|
||||
SSL_CERTIFICATE_KEY_FILE=privkey.pem
|
||||
|
||||
TAPM_LISTEN_ADDR=:8080
|
||||
TAPM_DATABASE_DSN=file:/data/tapm.db?_pragma=busy_timeout(5000)&_pragma=foreign_keys(1)&_pragma=journal_mode(WAL)
|
||||
TAPM_PUBLIC_URL=https://broker.example.com
|
||||
|
||||
Reference in New Issue
Block a user