반응형
https://docs.appbase.io/docs/reactivesearch/v3/overview/reactivebase/#connect-to-elasticsearch
Appbase.io Docs - Search stack for Elasticsearch
ReactiveBase is a container component that wraps all the ReactiveSearch components together. It binds the backend app (data source) with the UI view components (elements wrapped within ReactiveBase), allowing a UI component to be reactively updated every t
docs.appbase.io
cluster.name: "docker-cluster" network.host: 0.0.0.0 xpack.security.enabled: true xpack.security.authc.api_key.enabled: true xpack.security.authc.api_key.hashing.algorithm: \"pbkdf2\" xpack.security.authc.api_key.cache.ttl: \"1d\" xpack.security.authc.api_key.cache.max_keys: 10000 xpack.security.authc.api_key.cache.hash_algo: \"ssha256\" http.cors.enabled: true http.cors.allow-credentials: true http.cors.allow-origin: "*" http.cors.allow-headers: X-Requested-With, X-Auth-Token, Content-Type, Content-Length, Authorization, Access-Control-Allow-Headers, Accept |
반응형