14 lines
334 B
Bash
14 lines
334 B
Bash
RUN_MODE=prod
|
|
PUBLIC_PORT=3000
|
|
ROOT_URL=https://gitea.last2014.com
|
|
POSTGRES_PASSWORD=PostgresPassword
|
|
MAIL_PROTOCOL=smtp+starttls
|
|
MAIL_HOST=mail.example.com
|
|
MAIL_PORT=587
|
|
MAIL_IS_TLS=true
|
|
MAIL_USER=gitea@mail.example.com
|
|
MAIL_PASSWORD=MailPassword
|
|
MAIL_FROM=gitea@mail.example.com
|
|
TURNSTILE_SITEKEY=12345678
|
|
TURNSTILE_SECRET=12345678
|