diff --git a/backend/.env b/backend/.env index 0cc4868..d5f4c50 100644 --- a/backend/.env +++ b/backend/.env @@ -2,7 +2,7 @@ NODE_ENV=production POSTGRES_USER=root POSTGRES_PASSWORD=irina76 POSTGRES_DB=imk_db -DATABASE_URL="postgresql://postgres:postgres@postgres:5432/imk_db?schema=public" +DATABASE_URL="postgresql://root:irina76@postgres:5432/imk_db?schema=public" API_URL="https://imkapi.oblak.solutions" CORS_ORIGIN="[http://localhost:5173,https://www.placebo.mk,https://placebo.mk]"