Usage of .env; hosts_append in start.sh
This commit is contained in:
13
.env-example
Normal file
13
.env-example
Normal file
@ -0,0 +1,13 @@
|
||||
DOMAIN_NAME=bla.domain.tld
|
||||
|
||||
SMTP_HOST=mail.domain.tld
|
||||
SMTP_PORT=587
|
||||
SMTP_FROM=gitea@domain.tld
|
||||
SMTP_USER=gitea@domain.tld
|
||||
SMTP_PASSWORD=
|
||||
SMTP_ENCRYPTION=starttls
|
||||
SECRET_KEY=averybigsecretapikey
|
||||
|
||||
|
||||
RECIPIENTS_PR='mail@domain.tld','mail2@domain.tld'
|
||||
|
Reference in New Issue
Block a user