0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-02-10 16:32:27 +00:00
salesagility_SuiteCRM/lib/Search/ElasticSearch/elasticsearch.example.json

12 lines
No EOL
165 B
JSON

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