first commit
This commit is contained in:
27
config/autoload/services.php
Executable file
27
config/autoload/services.php
Executable file
@ -0,0 +1,27 @@
|
||||
<?php
|
||||
return [
|
||||
'enable' => [
|
||||
'discovery' => false,
|
||||
'register' => false,
|
||||
],
|
||||
// 'consumers' => [],
|
||||
// 'providers' => [],
|
||||
// 'drivers' => [
|
||||
// 'nacos' => [
|
||||
// // 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' => null,
|
||||
// 'password' => null,
|
||||
// 'guzzle' => [
|
||||
// 'config' => null,
|
||||
// ],
|
||||
// 'group_name' => 'api',
|
||||
// 'namespace_id' => 'test',
|
||||
// 'heartbeat' => 5,
|
||||
// ],
|
||||
// ],
|
||||
];
|
Reference in New Issue
Block a user