This commit is contained in:
dimitar 2025-03-31 15:07:54 +02:00
parent bbf5c47b11
commit b2772d8ab6

View File

@ -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]"