Browse Source
🔧 Update .env to allow local debug for the backend (#618)
pull/13907/head
Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
src/.env
|
|
@ -2,6 +2,8 @@ |
|
|
|
DOMAIN=localhost |
|
|
|
# DOMAIN=localhost.tiangolo.com |
|
|
|
|
|
|
|
SERVER_HOST=http://localhost |
|
|
|
|
|
|
|
PROJECT_NAME="FastAPI Project" |
|
|
|
|
|
|
|
STACK_NAME=fastapi-project |
|
|
|