feat: Wahl-Phasen, Verantwortliche-Invites, Auth fixes, GRUPPE chat #1

Merged
linus merged 28 commits from feat/backend-phases-0-6 into main 2026-09-12 11:26:16 +00:00
Showing only changes of commit 1614c19102 - Show all commits
+1 -1
View File
@@ -28,7 +28,7 @@ services:
env_file:
- .env
environment:
DATABASE_URL: postgresql://postgres:***@db:5432/kcapp?schema=public
DATABASE_URL: postgresql://postgres:postgres@db:5432/kcapp?schema=public
PORT: "3000"
GOOGLE_APPLICATION_CREDENTIALS: /app/serviceAccount.json
APP_BASE_URL: http://localhost:3010