# Momentry Core Environment Configuration # Copy this file to .env and fill in your values # DO NOT commit .env to version control # Database DATABASE_URL=postgres://accusys@localhost:5432/momentry # Redis REDIS_URL=redis://:accusys@localhost:6379 # API Keys MOMENTRY_API_KEY=muser_your_demo_key_here MOMENTRY_DEMO_API_KEY=muser_your_demo_key_here # TMDB (optional, for movie metadata) TMDB_API_KEY=your_tmdb_api_key_here # Service URLs MOMENTRY_FFMPEG=/opt/homebrew/opt/ffmpeg-full/bin/ffmpeg MOMENTRY_LLM_SUMMARY_URL=http://127.0.0.1:8082/v1/chat/completions # Directories MOMENTRY_OUTPUT_DIR=/Users/accusys/momentry/output_dev MOMENTRY_SCRIPTS_DIR=/Users/accusys/momentry_core_0.1/scripts MOMENTRY_PYTHON_PATH=/opt/homebrew/bin/python3.11 # Encryption (32 bytes hex) AUDIT_ENCRYPTION_KEY= # Schema (dev for playground, public for production) DATABASE_SCHEMA=dev