13 lines
224 B
YAML
13 lines
224 B
YAML
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 |