[修复]etcd服务地址
This commit is contained in:
@@ -6,7 +6,7 @@ use GuzzleHttp\Client;
|
|||||||
class EtcdService
|
class EtcdService
|
||||||
{
|
{
|
||||||
protected $client;
|
protected $client;
|
||||||
protected $baseUri = 'http://127.0.0.1:2379/v3/'; // etcd 默认地址
|
protected $baseUri = 'http://etcd:2379/v3/'; // etcd 默认地址
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user