🔥 Clean up old files no longer relevant (#608)

This commit is contained in:
Sebastián Ramírez
2024-02-25 17:50:12 +01:00
committed by GitHub
parent 72f835a6b4
commit a065f9c9e8
13 changed files with 2 additions and 225 deletions

View File

@@ -1,6 +1,5 @@
# Update this with your app domain
DOMAIN=localhost
# DOMAIN=local.dockertoolbox.tiangolo.com
# DOMAIN=localhost.tiangolo.com
STACK_NAME=full-stack-fastapi-postgresql
@@ -17,7 +16,7 @@ DOCKER_IMAGE_NEW_FRONTEND=new-frontend
# Backend
BACKEND_CORS_ORIGINS="[\"http://localhost\", \"http://localhost:4200\", \"http://localhost:3000\", \"http://localhost:8080\", \"https://localhost\", \"https://localhost:4200\", \"https://localhost:3000\", \"https://localhost:8080\", \"http://local.dockertoolbox.tiangolo.com\", \"http://localhost.tiangolo.com\"]"
PROJECT_NAME="Full Stack FastAPI PostgreSQL"
PROJECT_NAME="FastAPI Project"
SECRET_KEY=changethis
FIRST_SUPERUSER=admin@example.com
FIRST_SUPERUSER_PASSWORD=changethis