configmap-env.ini 853 B

123456789101112131415161718192021222324252627282930313233
  1. # SQL
  2. DB_URL=jdbc:postgresql://192.168.50.8:5432/hobby_auction
  3. DB_USERNAME=poyee_auction
  4. DB_PASSWORD=Pass2025
  5. # REDIS
  6. #spring.redis.database=2
  7. #spring.redis.password=Pass2010
  8. #spring.redis.sentinel.master=poyee-master
  9. #spring.redis.sentinel.nodes=192.168.56.105:26379
  10. # External dependency
  11. #auc.bidsaveUrl=http://auction-bid/internal/lot/save
  12. #auc.bidremoveUrl=http://auction-bid/internal/lot/remove
  13. #auc.crtorderUrl=http://auction-order/order/internal/add
  14. #auc.rlsdpstUrl=http://auction-deposit/internal/release
  15. # LOGGING
  16. #logging.fluentd.enabled=true
  17. #logging.fluentd.host=192.168.56.105
  18. #logging.fluentd.port=24224
  19. #logging.console.enabled=true
  20. CONSOLE_ENABLED=true
  21. # FLUENTD
  22. FLUENTD_ENABLED=true
  23. FLUENTD_HOST=fluentd-aggr
  24. FLUENTD_PORT=24224
  25. # Redis Sentinel
  26. REDIS_PASSWORD=Pass2010
  27. SENTINEL_MASTER=poyee-master
  28. SENTINEL_NODES=192.168.50.8:26379