From b0e0a97210a4f1d3e6d8ce57380660ae112f6bdd Mon Sep 17 00:00:00 2001 From: dimitar Date: Mon, 31 Mar 2025 09:37:34 +0200 Subject: [PATCH] mark3 --- .env | 3 +++ backend/.env | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.env b/.env index 484b163..067b58d 100644 --- a/.env +++ b/.env @@ -5,6 +5,9 @@ DATABASE_URL="postgresql://postgres:postgres@postgres:5432/imk_db?schema=public" #DATABASE_URL="postgresql://root:irina76@localhost:5432/imk?schema=public" REDIS_PASSWORD=somerandompassword +API_URL="https://imkapi.oblak.solutions" +CORS_ORIGIN="[http://localhost:5173,https://www.placebo.mk,https://placebo.mk]" + JWT_SECRET=some-secret AWS_REGION=EU2 AWS_ACCESS_KEY_ID=4d2f5655369a02100375e3247d7e1fe6 diff --git a/backend/.env b/backend/.env index 967667d..4310a55 100644 --- a/backend/.env +++ b/backend/.env @@ -3,6 +3,9 @@ POSTGRES_PASSWORD=irina76 POSTGRES_DB=imk_db DATABASE_URL="postgresql://postgres:postgres@postgres:5432/imk_db?schema=public" +API_URL="https://imkapi.oblak.solutions" +CORS_ORIGIN="[http://localhost:5173,https://www.placebo.mk,https://placebo.mk]" + REDIS_PASSWORD=somerandompassword