mirror of
https://github.com/runyanjake/olomana.git
synced 2026-06-25 08:04:52 -07:00
31 lines
740 B
Plaintext
31 lines
740 B
Plaintext
# Public hostname (no scheme)
|
|
DOMAIN=leantime.example.com
|
|
|
|
# Full base URL (include scheme) — used by Leantime for cookies and links
|
|
LEAN_APP_URL=https://leantime.example.com
|
|
|
|
# Pin a version, or leave unset for :latest
|
|
LEAN_VERSION=latest
|
|
|
|
# Session salt — generate with `openssl rand -base64 32`
|
|
LEAN_SESSION_PASSWORD=
|
|
LEAN_SESSION_SECURE=true
|
|
|
|
# Timezone
|
|
LEAN_DEFAULT_TIMEZONE=America/Los_Angeles
|
|
|
|
# Database
|
|
MYSQL_ROOT_PASSWORD=
|
|
LEAN_DB_DATABASE=leantime
|
|
LEAN_DB_USER=leantime
|
|
LEAN_DB_PASSWORD=
|
|
|
|
# Email (optional; leave LEAN_EMAIL_USE_SMTP=false to use php mail())
|
|
LEAN_EMAIL_RETURN=
|
|
LEAN_EMAIL_USE_SMTP=false
|
|
LEAN_EMAIL_SMTP_HOSTS=
|
|
LEAN_EMAIL_SMTP_USERNAME=
|
|
LEAN_EMAIL_SMTP_PASSWORD=
|
|
LEAN_EMAIL_SMTP_SECURE=
|
|
LEAN_EMAIL_SMTP_PORT=
|