mark3
This commit is contained in:
parent
2e94507af4
commit
b0e0a97210
3
.env
3
.env
@ -5,6 +5,9 @@ DATABASE_URL="postgresql://postgres:postgres@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
|
||||||
|
|
||||||
|
API_URL="https://imkapi.oblak.solutions"
|
||||||
|
CORS_ORIGIN="[http://localhost:5173,https://www.placebo.mk,https://placebo.mk]"
|
||||||
|
|
||||||
JWT_SECRET=some-secret
|
JWT_SECRET=some-secret
|
||||||
AWS_REGION=EU2
|
AWS_REGION=EU2
|
||||||
AWS_ACCESS_KEY_ID=4d2f5655369a02100375e3247d7e1fe6
|
AWS_ACCESS_KEY_ID=4d2f5655369a02100375e3247d7e1fe6
|
||||||
|
|||||||
@ -3,6 +3,9 @@ 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://postgres:postgres@postgres:5432/imk_db?schema=public"
|
||||||
|
|
||||||
|
API_URL="https://imkapi.oblak.solutions"
|
||||||
|
CORS_ORIGIN="[http://localhost:5173,https://www.placebo.mk,https://placebo.mk]"
|
||||||
|
|
||||||
REDIS_PASSWORD=somerandompassword
|
REDIS_PASSWORD=somerandompassword
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user