10 lines
234 B
Plaintext
10 lines
234 B
Plaintext
GITEA_BASE_URL=http://gitea.example.local
|
|
GITEA_ADMIN_TOKEN=replace-me
|
|
GITEA_DEFAULT_OWNER=simpl-open
|
|
|
|
SMTP_HOST=smtp.example.local
|
|
SMTP_PORT=587
|
|
SMTP_USERNAME=
|
|
SMTP_PASSWORD=
|
|
SMTP_USE_TLS=true
|
|
SMTP_FROM_ADDRESS=no-reply@example.local |