diff --git a/src/main/resources/application-infra_server.yml b/src/main/resources/application-infra_server.yml index 2341518a..e65edeaf 100644 --- a/src/main/resources/application-infra_server.yml +++ b/src/main/resources/application-infra_server.yml @@ -1,3 +1,5 @@ + # URP 인프라 형상서버 + # Service port server: port: 11010 @@ -18,7 +20,7 @@ # Primary db information primarydb: driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy - jdbcUrl: jdbc:log4jdbc:mariadb://109.26.11.21:3306/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true + jdbcUrl: jdbc:log4jdbc:mariadb://109.26.11.21:3307/ur_itms_db?characterEncoding=UTF-8&serverTimezone=Asia/Seoul&rewriteBatchedStatements=true username: g9IwFesTyIloXVpUnfOX0g== password: E4SOtjDqqO79BQERc/eaTw== maximumPoolSize: 35 @@ -54,4 +56,6 @@ sendEmail: hhjj0701@gmail.com senderName: 나혁제 socketFactory-class: javax.net.ssl.SSLSocketFactory - supplier: gmail.com \ No newline at end of file + supplier: gmail.com + front_host_info : http://localhost:11020 + client : urp \ No newline at end of file diff --git a/src/main/resources/application-kordi.yml b/src/main/resources/application-kordi.yml index fddb2b5a..283d7581 100644 --- a/src/main/resources/application-kordi.yml +++ b/src/main/resources/application-kordi.yml @@ -1,3 +1,5 @@ + # 노인인력개발원 + # Service port server: port: 11010