First commit

This commit is contained in:
2025-11-30 04:23:22 +00:00
commit 8a701ad813
3 changed files with 96 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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