123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
- <properties version="1.0">
-
- <!-- ========================================================================
- 서버 도메인 - context path이전까지
- https://beacon.pnuh.or.kr/index.page == https://beacon.pnuh.or.kr
- https://beacon.pnuh.or.kr/mcare_test/index.page == http://beacon.pnuh.or.kr
- http://beacon.pnuh.or.kr:8080/index.page == http://beacon.pnuh.or.kr:8080
- ======================================================================== -->
-
- <entry key="server.service.addr">https://dev1.lemonhc.com</entry>
- <!-- <entry key="server.service.addr">http://localhost:8080</entry> -->
-
- <!-- ========================================================================
- 캐쉬적용여부
- ========================================================================-->
- <entry key="cache.reload.urls">https://dev1.lemonhc.com</entry>
- <!-- <entry key="cache.reload.urls">http://localhost:8080</entry> -->
- <entry key="cache.encryption.key">707c6b78b5354699</entry>
- <!-- ========================================================================
- 사용자 로그인 및 다국어
- ========================================================================-->
- <!-- 중복로그인을 위한 세션파일 관리 -->
- <entry key="session.root.dir">../mplus_session</entry>
- <entry key="session.timeout.second">1800</entry>
- <entry key="session.duplicate.check">false</entry>
- <!-- 3분 : 180초, 10분 : 600초, 100분 : 6000초 -->
-
- <!-- 자동로그인 -->
- <entry key="rememberme.cookie.maxAge">5000000</entry>
- <entry key="rememberme.encryption.key">707c6b78b5354699</entry>
- <!-- 31,536,000 sec = 525,600 min = 8,760 hr = 365 day = 1 year -->
-
- <!-- 쿠키 경로까지 포함할 것인지 아니면 그냥 루트로 처리할 것인지 여부 -->
- <!-- 경대병원에 본원과 분원이 있는데 context로 구분하는데 context간 쿠키 공유를 위해서는 루트로 구워야 해서 추가된 환경설정임 -->
- <entry key="cookie.include.path">false</entry>
-
- <!-- 다국어 -->
- <!-- 언어코드_국가코드 형태로 구성됨. 줄여서 사용할때 언어코드만 사용함. -->
- <entry key="i18n.default">ko</entry>
- <entry key="i18n.supported">ko,en,zh</entry>
- <!-- ========================================================================
- 데이터소스 관련
- ========================================================================-->
-
- <!-- M-Care Plus 용 -->
- <!-- <entry key="mplus.db.driverClassName">oracle.jdbc.driver.OracleDriver</entry>
- <entry key="mplus.db.url">jdbc:oracle:thin:@//172.16.0.75:1521/MCARE</entry>
- <entry key="mplus.db.username">mplusbase</entry>
- <entry key="mplus.db.password">mplusbase</entry> -->
- <!-- <entry key="mplus.db.driverClassName">com.mysql.jdbc.Driver</entry>
- <entry key="mplus.db.url">jdbc:mysql://192.168.1.243:3306/mplus_sev</entry>
- <entry key="mplus.db.username">mplus_sev</entry>
- <entry key="mplus.db.password">mplus_sev</entry> -->
-
- <!-- <entry key="mplus.db.driverClassName">com.mysql.jdbc.Driver</entry>
- <entry key="mplus.db.url">jdbc:mysql://localhost:3306/mpluskuh</entry>
- <entry key="mplus.db.username">mpluskuh</entry>
- <entry key="mplus.db.password">mpluskuh</entry> -->
-
- <entry key="mplus.db.driverClassName">com.mysql.jdbc.Driver</entry>
- <entry key="mplus.db.url">jdbc:mysql://localhost:3306/mplusdev?autoReconnection=true</entry>
- <entry key="mplus.db.username">mplus</entry>
- <entry key="mplus.db.password">mplus</entry>
-
- <!-- 중간테이블 (간호호출, push 등) -->
- <entry key="mplus.ext.db.driverClassName">oracle.jdbc.driver.OracleDriver</entry>
- <entry key="mplus.ext.db.url">jdbc:oracle:thin:@//sns.idatabank.com:1521/THING</entry>
- <entry key="mplus.ext.db.username">mplus</entry>
- <entry key="mplus.ext.db.password">mplus</entry>
-
- <!-- ========================================================================
- api 실행 관련
- ========================================================================-->
- <!-- http ConnectTimeout -->
- <entry key="api.http.connect.timeout.ms">3000</entry>
- <!-- http ReadTimeout. 부산대병원 기간계에서 응답이 없는 경우가 너무 빈번하여 추가. 무한뺑뺑이방지용임. -->
- <entry key="api.http.read.timeout.ms">10000</entry>
-
-
- <!-- ========================================================================
- EMR 이미지 경로
- ========================================================================-->
- <!-- EMR 이미지 조회용 -->
- <entry key="emr.image.path">http://218.233.95.30:8080/emrTest/imgDownload.json?title=</entry>
-
- <!-- ========================================================================
- 기타
- ========================================================================-->
- <!-- 해쉬 -->
- <entry key="hash.salt">DBS_MP_SMARTAPP</entry>
- <!-- AES 암호화에 사용되는 초기화 벡터 (IV) -->
- <entry key="aes.iv">707c6b78b5354699</entry>
- <!-- javascript google map api key -->
- <entry key="google.map.javascript.api.key">AIzaSyAiucWpcZ4_IPgz-bJiQ3Z0hGLOkEWGZZo</entry>
-
- </properties>
|