Files
server/.env.example
2025-11-30 04:23:22 +00:00

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