env-local.xml 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
  3. <properties version="1.0">
  4. <!-- ========================================================================
  5. 서버 도메인 - context path이전까지
  6. https://beacon.pnuh.or.kr/index.page == https://beacon.pnuh.or.kr
  7. https://beacon.pnuh.or.kr/mcare_test/index.page == http://beacon.pnuh.or.kr
  8. http://beacon.pnuh.or.kr:8080/index.page == http://beacon.pnuh.or.kr:8080
  9. ======================================================================== -->
  10. <!--
  11. <entry key="server.service.addr">http://192.168.0.2:8080</entry>
  12. <entry key="server.service.addr">http://192.168.1.18:48080</entry>
  13. -->
  14. <!-- <entry key="server.service.addr">http://localhost:8080</entry> -->
  15. <!-- 개인 PC 정보, 로그 아웃 시 참조 주소 -->
  16. <!-- 개발 시 자신의 아이피로 변경하여 사용바람 -->
  17. <entry key="server.service.addr">http://localhost:8080</entry>
  18. <!-- ========================================================================
  19. 캐쉬적용여부
  20. ========================================================================-->
  21. <!--
  22. <entry key="cache.reload.urls">http://192.168.0.2:8080</entry>
  23. <entry key="cache.reload.urls">http://192.168.1.18:48080</entry>
  24. -->
  25. <!-- <entry key="cache.reload.urls">http://localhost:8080</entry> -->
  26. <!-- 개인 PC 정보 -->
  27. <entry key="cache.reload.urls">http://localhost:8080</entry>
  28. <entry key="cache.encryption.key">707c6b78b5354699</entry>
  29. <!-- ========================================================================
  30. 사용자 로그인 및 다국어
  31. ========================================================================-->
  32. <!-- 중복로그인을 위한 세션파일 관리 -->
  33. <entry key="session.root.dir">../mplus_session</entry>
  34. <entry key="session.timeout.second">1800</entry>
  35. <entry key="session.duplicate.check">false</entry>
  36. <!-- 3분 : 180초, 10분 : 600초, 100분 : 6000초 -->
  37. <!-- 자동로그인 -->
  38. <entry key="rememberme.cookie.maxAge">31536000</entry>
  39. <entry key="rememberme.encryption.key">707c6b78b5354699</entry>
  40. <!-- 31,536,000 sec = 525,600 min = 8,760 hr = 365 day = 1 year -->
  41. <!-- 쿠키 경로까지 포함할 것인지 아니면 그냥 루트로 처리할 것인지 여부 -->
  42. <!-- 경대병원에 본원과 분원이 있는데 context로 구분하는데 context간 쿠키 공유를 위해서는 루트로 구워야 해서 추가된 환경설정임 -->
  43. <entry key="cookie.include.path">false</entry>
  44. <!-- 다국어 -->
  45. <!-- 언어코드_국가코드 형태로 구성됨. 줄여서 사용할때 언어코드만 사용함. -->
  46. <entry key="i18n.default">ko</entry>
  47. <entry key="i18n.supported">ko,en,zh</entry>
  48. <!-- ========================================================================
  49. 데이터소스 관련
  50. ========================================================================-->
  51. <!-- M-Care Plus 용 -->
  52. <!-- <entry key="mplus.db.driverClassName">oracle.jdbc.driver.OracleDriver</entry>
  53. <entry key="mplus.db.url">jdbc:oracle:thin:@//172.16.0.75:1521/MCARE</entry>
  54. <entry key="mplus.db.username">mplusbase</entry>
  55. <entry key="mplus.db.password">mplusbase</entry> -->
  56. <!-- <entry key="mplus.db.driverClassName">com.mysql.jdbc.Driver</entry>
  57. <entry key="mplus.db.url">jdbc:mysql://192.168.1.243:3306/mplus_sev</entry>
  58. <entry key="mplus.db.username">mplus_sev</entry>
  59. <entry key="mplus.db.password">mplus_sev</entry> -->
  60. <!-- <entry key="mplus.db.driverClassName">com.mysql.jdbc.Driver</entry>
  61. <entry key="mplus.db.url">jdbc:mysql://localhost:3306/mpluskuh</entry>
  62. <entry key="mplus.db.username">mpluskuh</entry>
  63. <entry key="mplus.db.password">mpluskuh</entry> -->
  64. <entry key="mplus.db.driverClassName">com.mysql.jdbc.Driver</entry>
  65. <!-- <entry key="mplus.db.url">jdbc:mysql://192.168.1.18:3306/mpluskuh</entry>-->
  66. <!-- <entry key="mplus.db.url">jdbc:mysql://49.50.162.147:3306/mpluspoc</entry> -->
  67. <entry key="mplus.db.url">jdbc:mysql://211.118.215.111:8090/mpluspoc</entry>
  68. <entry key="mplus.db.username">mplus</entry>
  69. <entry key="mplus.db.password">mplus</entry>
  70. <!-- <entry key="mplus.db.url">jdbc:mysql://localhost:3306/mpluskuh</entry>
  71. <entry key="mplus.db.username">root</entry>
  72. <entry key="mplus.db.password">wjdals950!</entry> -->
  73. <!-- 중간테이블 (간호호출, push 등)
  74. <entry key="mplus.ext.db.driverClassName">oracle.jdbc.driver.OracleDriver</entry>
  75. <entry key="mplus.ext.db.url">jdbc:oracle:thin:@//sns.idatabank.com:1521/THING</entry>
  76. <entry key="mplus.ext.db.username">mplus</entry>
  77. <entry key="mplus.ext.db.password">mplus</entry>
  78. -->
  79. <!-- ========================================================================
  80. api 실행 관련
  81. ========================================================================-->
  82. <!-- http ConnectTimeout -->
  83. <entry key="api.http.connect.timeout.ms">3000</entry>
  84. <!-- http ReadTimeout. 부산대병원 기간계에서 응답이 없는 경우가 너무 빈번하여 추가. 무한뺑뺑이방지용임. -->
  85. <entry key="api.http.read.timeout.ms">10000</entry>
  86. <!-- ========================================================================
  87. EMR 이미지 경로
  88. ========================================================================-->
  89. <!-- EMR 이미지 조회용 -->
  90. <entry key="emr.image.path">http://218.233.95.30:8080/emrTest/imgDownload.json?title=</entry>
  91. <!-- ========================================================================
  92. 기타
  93. ========================================================================-->
  94. <!-- 해쉬 -->
  95. <entry key="hash.salt">DBS_MP_SMARTAPP</entry>
  96. <!-- AES 암호화에 사용되는 초기화 벡터 (IV) -->
  97. <entry key="aes.iv">707c6b78b5354699</entry>
  98. <!-- javascript google map api key -->
  99. <entry key="google.map.javascript.api.key">AIzaSyAiucWpcZ4_IPgz-bJiQ3Z0hGLOkEWGZZo</entry>
  100. </properties>