This website requires JavaScript.
Explore
Help
Register
Sign In
merdan
/
sarga
Watch
1
Star
0
Fork
You've already forked sarga
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a20e0651cc
sarga
/
config
/
elastic.client.php
8 lines
114 B
PHP
Raw
Normal View
History
Unescape
Escape
New Published According To Composer JSON
2020-11-19 12:10:43 +00:00
<
?
php
declare
(
strict_types
=
1
);
Added support for search with algolia and elasticsearch
2020-07-02 11:30:21 +00:00
return
[
'hosts'
=>
[
env
(
'ELASTIC_HOST'
,
'localhost:9200'
),
]
];