Advertisement
Ishu_15hu

app - loc

Jul 5th, 2023
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. #smart-mf.cache.redis.enabled=true
  2. #smart-mf.cache.redis.database=9
  3. #smart-mf.cache.redis.host=10.42.53.67
  4. #smart-mf.cache.redis.port=16379
  5. #smart-mf.cache.redis.username=
  6. #smart-mf.cache.redis.password=smartmfredis
  7. #smart-mf.cache.redis.timeout=60000
  8.  
  9. #
  10. #smart-mf.datasource.main.jdbc-url=jdbc:postgresql://34.81.86.90:5432/smart_mf
  11. #smart-mf.datasource.main.username=ishmam_1779
  12. #smart-mf.datasource.main.password=qXaTlbLJvERXETl
  13. smart-mf.datasource.main.jdbc-url=jdbc:postgresql://35.201.246.196:5432/smart_mf
  14. # _25may_23
  15. smart-mf.datasource.main.username=smartmf01
  16. smart-mf.datasource.main.password=kkj126sdb/.,
  17.  
  18. #smart-mf.datasource.main.jdbcUrl=jdbc:postgresql://localhost:5432/esb
  19. #smart-mf.datasource.main.username=esb
  20. #smart-mf.datasource.main.password=BiTj4uS7DrEA3m5jsJS
  21.  
  22. #smart-mf.datasource.main.jdbc-url=jdbc:postgresql://10.140.0.105:5432/esb
  23. #smart-mf.datasource.main.username=esb
  24. #smart-mf.datasource.main.password=BiTj4uS7DrEA3m5jsJS
  25.  
  26. #smart-mf.datasource.main.jdbc-url=jdbc:postgresql://10.42.53.67:5763/smart-mf
  27. #smart-mf.datasource.main.username= spring
  28. #smart-mf.datasource.main.password= bits1234
  29. smart-mf.datasource.main.jpa.properties.hibernate.hibernate.hbm2ddl.auto=update
  30. #
  31. #smart-mf.datasource.main.jdbc-url=jdbc:postgresql://localhost:5432/postgres
  32. #smart-mf.datasource.main.username=postgres
  33. #smart-mf.datasource.main.password=abc123
  34.  
  35. # Report-DB database config (Report Database)
  36. smart-mf.datasource.report-db.jdbcUrl=jdbc:postgresql://10.140.0.215:4550/sbicloud_bd_dw
  37. smart-mf.datasource.report-db.username=bits
  38. smart-mf.datasource.report-db.password=biTS@#123
  39. smart-mf.datasource.report-db.driver-class-name=org.postgresql.Driver
  40. smart-mf.datasource.report-db.type=com.zaxxer.hikari.HikariDataSource
  41. smart-mf.datasource.report-db.connection-timeout=30000
  42. smart-mf.datasource.report-db.maximum-pool-size=1
  43. smart-mf.datasource.report-db.pool-name=Smart-Mf-Hikari-Pool-Report-DB
  44. smart-mf.datasource.report-db.minimum-idle=1
  45. smart-mf.datasource.report-db.idle-timeout=120000
  46. smart-mf.datasource.report-db.leak-detection-threshold=300000
  47.  
  48. # Training db
  49. #smart-mf.datasource.erp-db.jdbc-url=jdbc:postgresql://34.87.56.156:4550/sbicloud_bd
  50. #smart-mf.datasource.erp-db.username=bits
  51. #smart-mf.datasource.erp-db.password=biTS@#123
  52.  
  53. smart-mf.datasource.erp-db.jdbcUrl=jdbc:postgresql://10.140.0.130:4550/sbicloud_bd
  54. smart-mf.datasource.erp-db.username=bits
  55. smart-mf.datasource.erp-db.password=biTS@#123
  56.  
  57. ##prod erpdb
  58. #smart-mf.datasource.erp-db.jdbc-url=jdbc:postgresql://10.140.0.57:4550/sbicloud_bd
  59. #smart-mf.datasource.erp-db.username=ishmam_1779
  60. #smart-mf.datasource.erp-db.password=WsvqOiDLTLsyBd2
  61.  
  62. app.firebase-configuration-file=firebase-tokens/firebase-key-progoti-app.json
  63.  
  64. spring.flyway.enabled=false
  65.  
  66. app.de-dup-verification.base-url=http://10.140.0.34:9095
  67. #app.de-dup-verification.base-url=http://127.0.0.1:9095
  68. #
  69. #app.minio.http-public-endpoint=http://10.140.0.34:9000
  70. #app.minio.http-auth-endpoint=http://10.140.0.34:9001/api/v1/login
  71. #app.minio.http-endpoint=http://10.140.0.34:9000
  72.  
  73. management.health.redis.enabled=true
  74. smart-mf.cache.redis.enabled=true
  75. smart-mf.cache.redis.host=127.0.0.1
  76. smart-mf.cache.redis.port=6379
  77. smart-mf.cache.redis.password=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement