# Database Configuration POSTGRES_DB=saas_db POSTGRES_USER=saas_user POSTGRES_PASSWORD=secure_password_change_me # Redis Configuration REDIS_PASSWORD=redis_secure_password_change_me # PgAdmin Configuration PGADMIN_EMAIL=admin@example.com PGADMIN_PASSWORD=admin_password_change_me # JWT Configuration JWT_SECRET=your_jwt_secret_change_me # MinIO Storage Configuration MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin_change_me # Grafana Configuration GRAFANA_PASSWORD=admin_password_change_me # Environment NODE_ENV=development # MCP Server Configuration SAAS_API_URL=http://localhost:8888 SAAS_AUTH_URL=http://localhost:8888/auth SAAS_STORAGE_URL=http://localhost:8888/storage