diff --git a/README.md b/README.md index e500f4e6..701bb0a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AI Platform Template +# AI Platform ## Pre-requisites diff --git a/.env b/envSample similarity index 86% rename from .env rename to envSample index 1d44286e..23fe5f23 100644 --- a/.env +++ b/envSample @@ -17,7 +17,7 @@ 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" +BACKEND_CORS_ORIGINS="http://localhost" SECRET_KEY=changethis FIRST_SUPERUSER=admin@example.com FIRST_SUPERUSER_PASSWORD=changethis @@ -42,4 +42,4 @@ SENTRY_DSN= # Configure these with your own Docker registry images DOCKER_IMAGE_BACKEND=backend -DOCKER_IMAGE_FRONTEND=frontend +DOCKER_IMAGE_FRONTEND=frontend \ No newline at end of file