Files
vip-coordinator/.claude/settings.local.json
kyle 4d31e16381
Some checks failed
CI/CD Pipeline / Backend Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Tests (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (push) Has been cancelled
CI/CD Pipeline / Security Scan (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
chore: Remove old authentication configs and clean up environment files
Removed old/unused configuration files:
- .env (root) - Old Google OAuth production credentials (not used)
- .env.example (root) - Old Google OAuth template (replaced by Auth0)
- docker-compose.dev.yml - Old Keycloak setup (replaced by Auth0)
- Makefile - Unused build automation

Improved environment configuration:
- Created frontend/.env.example - Auth0 template for frontend
- Updated backend/.env.example:
  - Fixed port numbers (5433 for postgres, 6380 for redis)
  - Added clearer Auth0 setup instructions
  - Matches docker-compose.yml port configuration

Current setup:
- docker-compose.yml - PostgreSQL & Redis services (in use)
- backend/.env - Auth0 credentials (in use, not committed)
- frontend/.env - Auth0 credentials (in use, not committed)
- *.env.example files - Templates for new developers

All old Google OAuth and Keycloak references removed.
Application now runs on Auth0 only.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-31 17:34:08 +01:00

43 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"Bash(npx prisma generate:*)",
"Bash(docker-compose:*)",
"Bash(npx prisma migrate dev:*)",
"Bash(docker port:*)",
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(npm run prisma:seed:*)",
"Bash(timeout 10 npm run start:dev:*)",
"Bash(npm run build:*)",
"Bash(npm install:*)",
"Bash(docker volume ls:*)",
"Bash(tasklist:*)",
"Bash(taskkill:*)",
"Bash(npm run start:dev:*)",
"Bash(npm run dev:*)",
"Bash(npx prisma:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git remote set-url:*)",
"Bash(npx playwright:*)",
"Bash(npm test:*)",
"Bash(npm run test:ui:*)",
"Bash(timeout 5 tail:*)",
"Bash(npm run test:headed:*)",
"Bash(npm run test:*)",
"Bash(curl:*)",
"Bash(ls:*)",
"Bash(node -e:*)",
"Bash(node check-users.js:*)",
"Bash(timeout /t 10 /nobreak)",
"Bash(dir:*)",
"Bash(lsof:*)",
"Bash(powershell -Command:*)",
"Bash(git rm:*)",
"Bash(docker ps:*)"
]
}
}