-
-
Notifications
You must be signed in to change notification settings - Fork 0
environment variables
github-actions[bot] edited this page Jan 3, 2026
·
1 revision
id: environment-variables title: Environment Variables sidebar_label: Environment Variables sidebar_position: 8
All available configuration options for Eclosion.
| Variable | Description | Default | Required |
|---|---|---|---|
INSTANCE_SECRET |
Access code to protect your instance | - | Recommended |
PORT |
Port to run on | 5001 |
No |
TZ |
Timezone | UTC |
No |
| Variable | Description | Default |
|---|---|---|
SESSION_TIMEOUT_MINUTES |
Lock after inactivity | 30 |
SESSION_LIFETIME_DAYS |
Cookie lifetime | 7 |
SESSION_SECRET |
Fixed session secret | Auto-generated |
| Variable | Description | Default |
|---|---|---|
RATE_LIMIT_DAILY |
Requests per day per IP | 1000 |
RATE_LIMIT_HOURLY |
Requests per hour per IP | 200 |
:::warning These variables bypass encryption and should never be used in production. :::
| Variable | Description |
|---|---|
MONARCH_MONEY_EMAIL |
Pre-configured email (bypasses encryption) |
MONARCH_MONEY_PASSWORD |
Pre-configured password (bypasses encryption) |
MFA_SECRET_KEY |
TOTP secret for auto-MFA |
FLASK_DEBUG |
Enable debug mode (1 to enable) |
Documentation | Try Demo | Report Issue | Discussions
Eclosion is not affiliated with, endorsed by, or sponsored by Monarch Money.