From 997709581e473d5169bf474c0494ef4320e7a431 Mon Sep 17 00:00:00 2001 From: sourabhlodha Date: Fri, 14 Mar 2025 11:00:23 +0530 Subject: [PATCH] changes --- README.md | 2 +- .env => envSample | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename .env => envSample (86%) 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