Merge pull request #7 from diegosouzapw/fix/iflow-secret-env-sync

chore(env): sync .env.example with current .env structure
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-02-13 17:47:58 -03:00
committed by GitHub

View File

@@ -6,9 +6,18 @@ JWT_SECRET=change-me-to-a-long-random-secret
INITIAL_PASSWORD=123456
DATA_DIR=/var/lib/omniroute
# Storage (SQLite)
STORAGE_DRIVER=sqlite
STORAGE_ENCRYPTION_KEY=change-me-storage-encryption-key
STORAGE_ENCRYPTION_KEY_VERSION=v1
LOG_RETENTION_DAYS=90
SQLITE_MAX_SIZE_MB=2048
SQLITE_CLEAN_LEGACY_FILES=true
# Recommended runtime variables
PORT=20128
NODE_ENV=production
INSTANCE_NAME=omniroute
# Recommended security and ops variables
API_KEY_SECRET=endpoint-proxy-api-key-secret
@@ -50,9 +59,6 @@ NEXT_PUBLIC_CLOUD_URL=https://omniroute.com
# CLI_ROO_BIN=roo
# CLI_CONTINUE_BIN=cn
# Currently unused by application runtime (kept as reference)
# INSTANCE_NAME=omniroute
# Provider OAuth Credentials (optional — override hardcoded defaults)
# These can also be set via data/provider-credentials.json
# CLAUDE_OAUTH_CLIENT_ID=