Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,4 +18,4 @@ GITHUB_PERSONAL_ACCESS_TOKEN=your_github_token

# Production Environment
NODE_ENV=production
PORT=5000
PORT=5000
30 changes: 0 additions & 30 deletions .env.namecheap

This file was deleted.

7 changes: 1 addition & 6 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,4 +22,4 @@ MIXPANEL_TOKEN=your_mixpanel_token

# Monitoring (Optional)
SENTRY_DSN=your_sentry_dsn
UPTIME_ROBOT_API_KEY=your_uptime_robot_key
UPTIME_ROBOT_API_KEY=your_uptime_robot_key
4 changes: 2 additions & 2 deletions DEPLOY.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>Step 3: Environment Variables</h3>
<ul>
<li><code>GROQ_API_KEY</code> - Your AI chat API key</li>
<li><code>DATABASE_URL</code> - PostgreSQL database URL</li>
<li><code>NAMECHEAP_API_*</code> - Your domain management credentials</li>

</ul>
</div>

Expand All @@ -130,4 +130,4 @@ <h3>πŸ”’ SSL Certificate</h3>
</p>
</div>
</body>
</html>
</html>
22 changes: 0 additions & 22 deletions NAMECHEAP_CONFIG.md

This file was deleted.

55 changes: 0 additions & 55 deletions NAMECHEAP_DEPLOYMENT.md

This file was deleted.

99 changes: 0 additions & 99 deletions NAMECHEAP_INTEGRATION.md

This file was deleted.

97 changes: 0 additions & 97 deletions NETLIFY_DEPLOYMENT.md

This file was deleted.

4 changes: 2 additions & 2 deletions api/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
echo json_encode([
'status' => 'ok',
'timestamp' => date('c'),
'environment' => 'namecheap_hosting'
'environment' => 'production'
]);
break;

Expand All @@ -38,4 +38,4 @@
echo json_encode(['error' => 'Endpoint not found']);
break;
}
?>
?>
Loading
Loading