Skip to content

Commit d7de743

Browse files
alanopsclaude
andcommitted
Update configuration with actual Netlify URL
- Set FRONTEND_URL to https://devopslearn.netlify.app - Update deployment documentation with correct URLs - Ready for Railway deployment with proper CORS configuration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d44b6be commit d7de743

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NEXT_PUBLIC_WS_URL=http://localhost:3001
33

44
# Backend Configuration
55
PORT=3001
6-
FRONTEND_URL=http://localhost:3000
6+
FRONTEND_URL=https://devopslearn.netlify.app
77

88
# Database Configuration
99
POSTGRES_HOST=postgres

DEPLOY-RAILWAY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This guide shows how to deploy the DevOps Learn platform using Railway for the b
1414
3. **Connect Repository**: Select your backend repository
1515
4. **Configure Environment Variables**:
1616
```
17-
FRONTEND_URL=https://your-netlify-site.netlify.app
17+
FRONTEND_URL=https://devopslearn.netlify.app
1818
NODE_ENV=production
1919
```
2020
5. **Deploy**: Railway will automatically detect the Dockerfile and deploy
@@ -36,7 +36,7 @@ This guide shows how to deploy the DevOps Learn platform using Railway for the b
3636

3737
After deployment, update the Railway backend environment variable:
3838
```
39-
FRONTEND_URL=https://your-actual-netlify-domain.netlify.app
39+
FRONTEND_URL=https://devopslearn.netlify.app
4040
```
4141

4242
## Local Development

0 commit comments

Comments
 (0)