typo
This commit is contained in:
parent
cd2ace68e6
commit
301d65c6f9
@ -2,7 +2,7 @@ NODE_ENV=production
|
||||
POSTGRES_USER=root
|
||||
POSTGRES_PASSWORD=irina76
|
||||
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"
|
||||
CORS_ORIGIN="[http://localhost:5173,https://www.placebo.mk,https://placebo.mk]"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user