Feature/Auth: implement user authentication #3

Merged
homeburger merged 48 commits from feature/auth into main 2026-03-22 20:52:22 -05:00
Showing only changes of commit 817e0b97e6 - Show all commits

View File

@@ -7,8 +7,8 @@ services:
container_name: agologum-api
restart: always
environment:
- ConnectionStrings__DefaultConnection: Host=agologum-db;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}
- Jwt__Key: ${JWT_SECRET}
ConnectionStrings__DefaultConnection: Host=agologum-db;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}
Jwt__Key: ${JWT_SECRET}
ports:
- "5000:5000"
networks: