spring: cloud: discovery: enabled: true redis: database: 0 host: 127.0.0.1 port: 6379 password: Dev@123456 data: mongodb: host: 127.0.0.1 port: 27017 authentication-database: admin username: dev password: Dev@123456 database: "tnb_content_rdb" rabbitmq: host: localhost port: 5672 virtual-host: / username: dev password: Dev@123456 eureka: client: service-url: defaultZone: http://localhost:6060/eureka/