server: port: 8602 spring: application: name: gift-code-service data: mongodb: uri: mongodb://localhost:27017/gift-codedb auto-index-creation: true redis: host: localhost port: 6379