SuiteCRM-Core/public/legacy/lib/Search/ElasticSearch/elasticsearch.example.json
2021-03-31 15:37:32 +01:00

12 lines
No EOL
165 B
JSON

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