Advertisement
henikseptiana15

Untitled

Jul 27th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. # Prefix name
  2. REGISTRY_URL=jleaf.org:5011
  3. APP_VERSION=4.0.1-JANGJO-SNAPSHOT
  4. REPORT_VERSION=4.0.0-SNAPSHOT
  5. JLEAF_VERSION=4.0.0
  6. MULTITENANT=false
  7. USE_NOTIFICATION=false
  8. SUPPORT_LIMIT_USER=false
  9. DOC_MANAGEMENT_ACTIVE=false
  10.  
  11. # Database
  12. # IMPORTANT!! inside docker, host ip = 172.17.0.1
  13. DB_HOST=172.17.0.1
  14. #DB_HOST=192.168.0.12
  15. #DB_NAME=jangjodev
  16. DB_NAME=jangjodev_20210702
  17. #DB_PORT=5433
  18. DB_PORT=5432
  19. DB_USER=sts
  20. DB_PASSWORD=Awesome123!
  21.  
  22. # Log
  23. LOG_ROOT=ERROR
  24. LOG_JLEAF=INFO
  25.  
  26. # Timezone
  27. TIMEZONE=Asia/Jakarta
  28.  
  29. # Mongo
  30. MONGO_DBNAME=erpjleaf_awe
  31.  
  32. # ActiveMQ
  33. ACTIVEMQ_USER=
  34. ACTIVEMQ_PASSWORD=
  35.  
  36. # Taskhub home
  37. # Do not change, please use prefix '/' on the end of folder
  38. TASKHUB_HOME=/erp-enterprise/
  39.  
  40. # Apps port ( this is external port )
  41. SERVICE_PORT=7280
  42. WEB_PORT=7290
  43. REPORT_SERVER_PORT=8456
  44. UPLOADER_PORT=7250
  45.  
  46. MONGO_PORT=17217
  47. ACTIVEMQ_PORT=17216
  48. ACTIVEMQ_ADMIN_PORT=7261
  49. JLEAF_DOC_MANAGEMENT_PORT=7291
  50.  
  51. # INTERNAL HOST:PORT INFO
  52. # Service Boot --> service-boot:8280
  53. # Web app --> web-app:9090
  54. # report server --> report-server:8456
  55. # Uploader --> uploader-rest:5050
  56.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement