This commit is contained in:
dimitar 2025-03-31 11:52:33 +02:00
parent 5b03e336e4
commit a086841ef6
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -1,7 +1,7 @@
POSTGRES_USER=root POSTGRES_USER=root
POSTGRES_PASSWORD=irina76 POSTGRES_PASSWORD=irina76
POSTGRES_DB=imk_db 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"
#DATABASE_URL="postgresql://root:irina76@localhost:5432/imk?schema=public" #DATABASE_URL="postgresql://root:irina76@localhost:5432/imk?schema=public"
REDIS_PASSWORD=somerandompassword REDIS_PASSWORD=somerandompassword

View File

@ -1,7 +1,7 @@
POSTGRES_USER=root POSTGRES_USER=root
POSTGRES_PASSWORD=irina76 POSTGRES_PASSWORD=irina76
POSTGRES_DB=imk_db 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" 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]"