diff --git a/src/main/resources/config/application-oauth.yml b/src/main/resources/config/application-oauth.yml index 397d367..7ade61b 100644 --- a/src/main/resources/config/application-oauth.yml +++ b/src/main/resources/config/application-oauth.yml @@ -68,7 +68,7 @@ spring: # Spring Security cors 설정 :: CorsConfiguration 설정 값 cors: - allowed-origins: http://localhost:3000,http://localhost:8080,http://localhost,http://211.119.124.9 + allowed-origins: http://localhost:3000,http://localhost:8080,http://localhost,http://211.119.124.9,http://211.119.124.9:8090 allowed-methods: GET,POST,PUT,DELETE,OPTIONS allowed-headers: '*' max-age: 3600 diff --git a/src/main/resources/config/conf.yml b/src/main/resources/config/conf.yml index 2cb251b..b12a19d 100644 --- a/src/main/resources/config/conf.yml +++ b/src/main/resources/config/conf.yml @@ -17,7 +17,7 @@ api: file: cmm: upload: - root: /data/file/upload + root: c:/data/file/upload # root: /Users/minuk/data/file/upload # 공지사항 path: /kangnamSIM/simUpFile