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