fix: dto consistency
This commit is contained in:
@@ -8,7 +8,7 @@ services:
|
||||
restart: always
|
||||
environment:
|
||||
ConnectionStrings__DefaultConnection: Host=agologum-db;Port=5432;Database=agologum;Username=agologum;Password=${POSTGRES_PASSWORD}
|
||||
Jwt__Key: ${JWT_SECRET}
|
||||
Jwt__Key: ${JWT_SECRET} # must export the secret as a variable in the ci script
|
||||
ports:
|
||||
- "5000:5000"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user