f
This commit is contained in:
parent
5b03e336e4
commit
a086841ef6
2
.env
2
.env
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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]"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user