增加elasticsearch配置
This commit is contained in:
parent
7a8b52492a
commit
9d7bedcd75
|
|
@ -32,6 +32,14 @@ spring:
|
|||
reactor:
|
||||
debug-agent:
|
||||
enabled: false
|
||||
data:
|
||||
elasticsearch:
|
||||
client:
|
||||
reactive:
|
||||
endpoints: ${elasticsearch.client.host}:${elasticsearch.client.port}
|
||||
max-in-memory-size: 100MB
|
||||
socket-timeout: ${elasticsearch.client.socket-timeout}
|
||||
connection-timeout: ${elasticsearch.client.socket-timeout}
|
||||
easyorm:
|
||||
default-schema: public # 数据库默认的schema
|
||||
dialect: postgres #数据库方言
|
||||
|
|
|
|||
Loading…
Reference in New Issue