운영용 cors 주소 추가
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
- DATABASE_URL=postgresql://postgres:ph0909!!@39.117.244.52:11132/plm
|
- DATABASE_URL=postgresql://postgres:ph0909!!@39.117.244.52:11132/plm
|
||||||
- JWT_SECRET=ilshin-plm-super-secret-jwt-key-2024
|
- JWT_SECRET=ilshin-plm-super-secret-jwt-key-2024
|
||||||
- JWT_EXPIRES_IN=24h
|
- JWT_EXPIRES_IN=24h
|
||||||
- CORS_ORIGIN=http://localhost:9771
|
- CORS_ORIGIN=http://192.168.0.70:5555
|
||||||
- CORS_CREDENTIALS=true
|
- CORS_CREDENTIALS=true
|
||||||
- LOG_LEVEL=info
|
- LOG_LEVEL=info
|
||||||
# 운영용에서는 볼륨 마운트 없음 (보안상 이유)
|
# 운영용에서는 볼륨 마운트 없음 (보안상 이유)
|
||||||
|
|||||||
Reference in New Issue
Block a user