init user-service & giftcode-service
This commit is contained in:
13
giftCode-service/src/main/resources/application.yml
Normal file
13
giftCode-service/src/main/resources/application.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user