chore: configure Google OAuth environment variables, update API proxy settings, and ignore .env files

This commit is contained in:
Alexis
2026-05-14 11:15:54 +02:00
parent d81b33bc3b
commit 89fae7fa13
4 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ services:
- ./frontend:/app
- /app/node_modules
environment:
- VITE_API_URL=http://localhost:8070/api
- VITE_API_URL=/api
depends_on:
- backend