first commit
This commit is contained in:
24
config/autoload/nacos.php
Executable file
24
config/autoload/nacos.php
Executable file
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
/**
|
||||
* This file is part of Hyperf.
|
||||
*
|
||||
* @link https://www.hyperf.io
|
||||
* @document https://hyperf.wiki
|
||||
* @contact group@hyperf.io
|
||||
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
|
||||
*/
|
||||
return [
|
||||
// // nacos server url like https://nacos.hyperf.io, Priority is higher than host:port
|
||||
// // 'url' => '',
|
||||
// // The nacos host info
|
||||
// 'host' => '172.17.0.4',
|
||||
// 'port' => 8848,
|
||||
// // The nacos account info
|
||||
// 'username' => 'nacos',
|
||||
// 'password' => 'nacos',
|
||||
// 'guzzle' => [
|
||||
// 'config' => null,
|
||||
// ],
|
||||
];
|
Reference in New Issue
Block a user