Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ AUTHENTIK_RECOVERY_EMAIL_STAGE_NAME=default-recovery-email
OUTLINE_BASE_URL=https://app.getoutline.com
OUTLINE_API_TIMEOUT_SECONDS=20.0
OUTLINE_API_KEY=
# ERPNext project tracking (required for project dashboard sync and /projects)
ERPNEXT_BASE_URL=https://erp.example.com/
ERPNEXT_API_TIMEOUT_SECONDS=20.0
ERPNEXT_API_KEY=
# Optional: Discord logs webhook for operator-visible logs from commands/jobs
DISCORD_LOGS_WEBHOOK_URL=
# Optional: wait for Discord server confirmation before returning from webhook call
Expand Down
Loading