'http://127.0.0.1:8848/', // The nacos host info 'host' => '127.0.0.1', 'port' => 8848, // The nacos account info 'username' => null, 'password' => null, 'guzzle' => [ 'config' => null, ], // Only support for nacos v2. 'grpc' => [ 'enable' => false, 'heartbeat' => 10, ], ];