keychain_max/.env.example
2026-09-09 19:53:50 +00:00

11 lines
361 B
Text

# Frontend
VITE_API_URL=http://localhost:8000/api
# Keep true for the visual demo. Set false to use the FastAPI account/vault API.
VITE_DEMO_MODE=true
# API
KEYCHAIN_ENV=development
KEYCHAIN_DB_PATH=apps/api/data/keychain.db
KEYCHAIN_ALLOWED_ORIGINS=http://localhost:5173,http://127.0.0.1:5173
KEYCHAIN_COOKIE_SECURE=false
KEYCHAIN_SESSION_TTL_SECONDS=1209600