# Database DATABASE_URL=postgresql+asyncpg://mybeacon:mybeacon@localhost/mybeacon # Redis REDIS_URL=redis://localhost:6379/0 # Security SECRET_KEY=change-me-use-openssl-rand-hex-32-to-generate ACCESS_TOKEN_EXPIRE_MINUTES=15 REFRESH_TOKEN_EXPIRE_DAYS=30 # CORS CORS_ORIGINS=http://localhost:5173,http://192.168.5.4:5173 # File Storage UPLOAD_DIR=/var/lib/mybeacon/uploads # Email (stub for now) SMTP_HOST=localhost SMTP_PORT=587 SMTP_USER= SMTP_PASSWORD= SMTP_FROM=noreply@mybeacon.com # Application DEBUG=True LOG_LEVEL=INFO