mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-05 05:37:29 -07:00
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
# Planka Env Vars
|
|
BASE_URL=https://planka.example.com
|
|
DATABASE_URL=postgresql://postgres@postgres/planka
|
|
SECRET_KEY=your_secret_key
|
|
LOG_LEVEL=warn
|
|
DEFAULT_ADMIN_EMAIL=example@gmail.com
|
|
DEFAULT_ADMIN_PASSWORD=password
|
|
DEFAULT_ADMIN_NAME=Admin
|
|
DEFAULT_ADMIN_USERNAME=admin
|