0
0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2024-11-22 07:52:36 +00:00
salesagility_SuiteCRM/lib/Search/ElasticSearch/elasticsearch.example.json

12 lines
165 B
JSON

[
{
"host": "foo.com",
"port": "9200",
"scheme": "https",
"user": "username",
"pass": "password!#$?*abc"
},
{
"host": "localhost"
}
]