env-dev.xml 5.2 KB

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