config
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
server:
|
||||
address: 127.0.0.1
|
||||
port: 20000
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: flagnote-service
|
||||
profiles:
|
||||
active: dev
|
||||
codec:
|
||||
max-in-memory-size: 128MB
|
||||
max-in-memory-size: 10MB
|
||||
# config:
|
||||
# import: 'optional:configserver:http://localhost:9999'
|
||||
data:
|
||||
mongodb:
|
||||
authentication-database: flagnote
|
||||
@@ -16,6 +23,8 @@ spring:
|
||||
socketKeepAlive: true
|
||||
socketTimeout: 10000
|
||||
|
||||
|
||||
|
||||
management:
|
||||
# server:
|
||||
# address: 127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user