codenuk_backend_mine/.env.example
2025-10-10 08:56:39 +05:30

25 lines
639 B
Plaintext

# Database Configuration
POSTGRES_USER=pipeline_admin
POSTGRES_PASSWORD=your_secure_password
POSTGRES_DB=dev_pipeline
# Redis Configuration
REDIS_PASSWORD=your_redis_password
# MongoDB Configuration
MONGO_INITDB_ROOT_USERNAME=pipeline_admin
MONGO_INITDB_ROOT_PASSWORD=your_mongo_password
# RabbitMQ Configuration
RABBITMQ_DEFAULT_USER=pipeline_admin
RABBITMQ_DEFAULT_PASS=your_rabbit_password
# API Keys
CLAUDE_API_KEY=your_claude_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
CLOUDTOPIAA_API_KEY=your_cloudtopiaa_api_key_here
CLOUDTOPIAA_API_URL=https://api.cloudtopiaa.com
# JWT Configuration
JWT_SECRET=your_jwt_secret_here