# Production secrets - Store these in a secure vault
# This file should never be committed to version control
DB_USERNAME=prod_mcp_user
DB_PASSWORD=ProductionSecurePassword789!@#
REDIS_PASSWORD=ProductionRedisPassword456!@#
JWT_SECRET=ProductionJWTSecretKey123!@#$%^&*
VAULT_TOKEN=s.ProductionVaultToken123456
VAULT_ROLE_ID=production-role-id-123456
VAULT_SECRET_ID=production-secret-id-789012
OAUTH_CLIENT_ID=prod-secure-mcp-client
OAUTH_CLIENT_SECRET=ProductionOAuthSecret!@#$%^
INTERNAL_API_KEY=ProductionInternalAPIKey!@#$%^&*()
WEBHOOK_SECRET=ProductionWebhookSecret!@#$%^&*()