diff --git a/.env.example b/.env.example index dccc6d3..84d35a2 100644 --- a/.env.example +++ b/.env.example @@ -7,11 +7,6 @@ DATABASE_URL=your_postgresql_database_url # AI Chat Service GROQ_API_KEY=your_groq_api_key -# Namecheap Domain Management -NAMECHEAP_API_USER=your_namecheap_api_user -NAMECHEAP_API_KEY=your_namecheap_api_key -NAMECHEAP_USERNAME=your_namecheap_username - # Cloud Provider Credentials (Optional) AZURE_CLIENT_ID=your_azure_client_id AZURE_CLIENT_SECRET=your_azure_client_secret @@ -23,4 +18,4 @@ GITHUB_PERSONAL_ACCESS_TOKEN=your_github_token # Production Environment NODE_ENV=production -PORT=5000 \ No newline at end of file +PORT=5000 diff --git a/.env.namecheap b/.env.namecheap deleted file mode 100644 index c81184b..0000000 --- a/.env.namecheap +++ /dev/null @@ -1,30 +0,0 @@ -# Environment Variables for Namecheap Hosting -# Create this file as .env in your hosting root directory - -# Domain Configuration -DOMAIN=instantiate.dev -ENVIRONMENT=production - -# Database (if using MySQL from Namecheap) -DB_HOST=localhost -DB_NAME=your_database_name -DB_USER=your_database_user -DB_PASS=your_database_password - -# API Keys -GROQ_API_KEY=your_groq_api_key_here -NAMECHEAP_API_USER=your_namecheap_api_user -NAMECHEAP_API_KEY=your_namecheap_api_key -NAMECHEAP_USERNAME=your_namecheap_username - -# Security -JWT_SECRET=your_random_jwt_secret -ENCRYPTION_KEY=your_encryption_key - -# External Services (Optional) -GITHUB_TOKEN=your_github_token -MONITORING_KEY=your_monitoring_key - -# Namecheap Specific -CPANEL_URL=https://cpanel.your_domain.com -HOSTING_TYPE=shared # or vps, dedicated diff --git a/.env.production b/.env.production index cd7e70f..fbfc195 100644 --- a/.env.production +++ b/.env.production @@ -12,11 +12,6 @@ DATABASE_URL=your_production_database_url # AI Chat Service GROQ_API_KEY=your_groq_api_key -# Namecheap Domain Management -NAMECHEAP_API_USER=your_namecheap_api_user -NAMECHEAP_API_KEY=your_namecheap_api_key -NAMECHEAP_USERNAME=your_namecheap_username - # Security JWT_SECRET=your_jwt_secret_key ENCRYPTION_KEY=your_encryption_key @@ -27,4 +22,4 @@ MIXPANEL_TOKEN=your_mixpanel_token # Monitoring (Optional) SENTRY_DSN=your_sentry_dsn -UPTIME_ROBOT_API_KEY=your_uptime_robot_key \ No newline at end of file +UPTIME_ROBOT_API_KEY=your_uptime_robot_key diff --git a/DEPLOY.html b/DEPLOY.html index ffa0e7c..b391213 100644 --- a/DEPLOY.html +++ b/DEPLOY.html @@ -116,7 +116,7 @@
GROQ_API_KEY - Your AI chat API keyDATABASE_URL - PostgreSQL database URLNAMECHEAP_API_* - Your domain management credentials