ip adress 추가
This commit is contained in:
@@ -82,8 +82,8 @@ const config: Config = {
|
||||
|
||||
// CORS 설정
|
||||
cors: {
|
||||
origin: process.env.CORS_ORIGIN || "http://localhost:9771",
|
||||
credentials: process.env.CORS_CREDENTIALS === "true",
|
||||
origin: process.env.CORS_ORIGIN || "http://localhost:9771,http://192.168.0.70:5555,http://39.117.244.52:5555",
|
||||
credentials: process.env.CORS_CREDENTIALS === "true" || true,
|
||||
},
|
||||
|
||||
// 로깅 설정
|
||||
|
||||
Reference in New Issue
Block a user