First commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user