add api base path fotos

This commit is contained in:
Jose Henrique 2025-06-09 20:26:56 -03:00
parent 7c2a116984
commit 506debfcab

View File

@ -41,6 +41,7 @@ services: # ──────────────────────
environment:
ASPNETCORE_ENVIRONMENT: "Production"
DatabaseSettings__ConnectionString: "Host=db;Port=5432;Database=opencand;Username=root;Password=root"
FotosSettings__ApiBasePath: "https://api.opencand.ivanch.me/assets/fotos"
volumes:
- ./fotos_cand:/app/fotos_cand
logging: