# MongoDB MONGODB_URL=mongodb://localhost:27017 DB_NAME=ai_writer_db # Redis REDIS_URL=redis://localhost:6379 # JWT SECRET_KEY=your-secret-key-here-change-in-production ALGORITHM=HS256 ACCESS_TOKEN_EXPIRE_MINUTES=30 # Service SERVICE_NAME=news-engine-console API_V1_STR=/api/v1 PORT=8100 # CORS ALLOWED_ORIGINS=http://localhost:3000,http://localhost:3100