Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Prefix name
- REGISTRY_URL=jleaf.org:5011
- APP_VERSION=4.0.1-JANGJO-SNAPSHOT
- REPORT_VERSION=4.0.0-SNAPSHOT
- JLEAF_VERSION=4.0.0
- MULTITENANT=false
- USE_NOTIFICATION=false
- SUPPORT_LIMIT_USER=false
- DOC_MANAGEMENT_ACTIVE=false
- # Database
- # IMPORTANT!! inside docker, host ip = 172.17.0.1
- DB_HOST=172.17.0.1
- #DB_HOST=192.168.0.12
- #DB_NAME=jangjodev
- DB_NAME=jangjodev_20210702
- #DB_PORT=5433
- DB_PORT=5432
- DB_USER=sts
- DB_PASSWORD=Awesome123!
- # Log
- LOG_ROOT=ERROR
- LOG_JLEAF=INFO
- # Timezone
- TIMEZONE=Asia/Jakarta
- # Mongo
- MONGO_DBNAME=erpjleaf_awe
- # ActiveMQ
- ACTIVEMQ_USER=
- ACTIVEMQ_PASSWORD=
- # Taskhub home
- # Do not change, please use prefix '/' on the end of folder
- TASKHUB_HOME=/erp-enterprise/
- # Apps port ( this is external port )
- SERVICE_PORT=7280
- WEB_PORT=7290
- REPORT_SERVER_PORT=8456
- UPLOADER_PORT=7250
- MONGO_PORT=17217
- ACTIVEMQ_PORT=17216
- ACTIVEMQ_ADMIN_PORT=7261
- JLEAF_DOC_MANAGEMENT_PORT=7291
- # INTERNAL HOST:PORT INFO
- # Service Boot --> service-boot:8280
- # Web app --> web-app:9090
- # report server --> report-server:8456
- # Uploader --> uploader-rest:5050
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement