🚚 Rename project to Full Stack FastAPI Template (#699)

This commit is contained in:
Sebastián Ramírez
2024-03-12 20:23:20 +01:00
committed by GitHub
parent 964e605bcd
commit b32dea360c
5 changed files with 235 additions and 259 deletions

4
.env
View File

@@ -5,8 +5,8 @@ DOMAIN=localhost
# Environment: local, staging, production
ENVIRONMENT=local
PROJECT_NAME="FastAPI Project"
STACK_NAME=fastapi-project
PROJECT_NAME="Full Stack FastAPI Project"
STACK_NAME=full-stack-fastapi-project
# Backend
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://localhost.tiangolo.com"