🔥 Clean up old files no longer relevant (#608)
This commit is contained in:

committed by
GitHub

parent
72f835a6b4
commit
a065f9c9e8
3
src/.env
3
src/.env
@@ -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
|
||||
|
3
src/.gitignore
vendored
3
src/.gitignore
vendored
@@ -1,3 +0,0 @@
|
||||
.vscode
|
||||
.mypy_cache
|
||||
docker-stack.yml
|
Reference in New Issue
Block a user