🔧 Update .env to allow local debug for the backend (#618)

This commit is contained in:
Sebastián Ramírez 2024-02-29 02:09:24 +01:00 committed by GitHub
parent 5b802e96bb
commit 0122fa2f11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,8 @@
DOMAIN=localhost
# DOMAIN=localhost.tiangolo.com
SERVER_HOST=http://localhost
PROJECT_NAME="FastAPI Project"
STACK_NAME=fastapi-project