This commit is contained in:
dimitar 2025-03-31 18:04:16 +02:00
parent cd2ace68e6
commit 301d65c6f9

View File

@ -2,7 +2,7 @@ NODE_ENV=production
POSTGRES_USER=root POSTGRES_USER=root
POSTGRES_PASSWORD=irina76 POSTGRES_PASSWORD=irina76
POSTGRES_DB=imk_db POSTGRES_DB=imk_db
ATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?schema=public DATABASE_URL=postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/${POSTGRES_DB}?schema=public
API_URL="https://imkapi.oblak.solutions" API_URL="https://imkapi.oblak.solutions"
CORS_ORIGIN="[http://localhost:5173,https://www.placebo.mk,https://placebo.mk]" CORS_ORIGIN="[http://localhost:5173,https://www.placebo.mk,https://placebo.mk]"