♻️ Refactor and update CORS, remove trailing slash from new Pydantic v2 (#617)

This commit is contained in:
Sebastián Ramírez
2024-02-29 02:03:23 +01:00
committed by GitHub
parent 53a0aebadf
commit cfd66d2eee
4 changed files with 12 additions and 9 deletions
-1
View File
@@ -155,7 +155,6 @@ services:
env_file:
- .env
environment:
- SERVER_NAME=${DOMAIN?Variable not set}
- SERVER_HOST=https://${DOMAIN?Variable not set}
# Allow explicit env var override for tests
- SMTP_HOST=${SMTP_HOST?Variable not set}