| 123456789101112131415161718192021222324252627282930313233 |
- # SQL
- DB_URL=jdbc:postgresql://192.168.50.8:5432/hobby_auction
- DB_USERNAME=poyee_auction
- DB_PASSWORD=Pass2025
- # REDIS
- #spring.redis.database=2
- #spring.redis.password=Pass2010
- #spring.redis.sentinel.master=poyee-master
- #spring.redis.sentinel.nodes=192.168.56.105:26379
- # External dependency
- #auc.bidsaveUrl=http://auction-bid/internal/lot/save
- #auc.bidremoveUrl=http://auction-bid/internal/lot/remove
- #auc.crtorderUrl=http://auction-order/order/internal/add
- #auc.rlsdpstUrl=http://auction-deposit/internal/release
- # LOGGING
- #logging.fluentd.enabled=true
- #logging.fluentd.host=192.168.56.105
- #logging.fluentd.port=24224
- #logging.console.enabled=true
- CONSOLE_ENABLED=true
- # FLUENTD
- FLUENTD_ENABLED=true
- FLUENTD_HOST=fluentd-aggr
- FLUENTD_PORT=24224
- # Redis Sentinel
- REDIS_PASSWORD=Pass2010
- SENTINEL_MASTER=poyee-master
- SENTINEL_NODES=192.168.50.8:26379
|