This commit is contained in:
dimitar 2025-03-31 09:37:34 +02:00
parent 2e94507af4
commit b0e0a97210
2 changed files with 6 additions and 0 deletions

3
.env
View File

@ -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"
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
AWS_REGION=EU2
AWS_ACCESS_KEY_ID=4d2f5655369a02100375e3247d7e1fe6

View File

@ -3,6 +3,9 @@ POSTGRES_PASSWORD=irina76
POSTGRES_DB=imk_db
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