mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 12:17:48 +08:00
Grpc service publish config (#6195)
This commit is contained in:
parent
e96477cd77
commit
357afa6803
@ -31,6 +31,14 @@ class ConfigProvider
|
||||
return null;
|
||||
}),
|
||||
],
|
||||
'publish' => [
|
||||
[
|
||||
'id' => 'config',
|
||||
'description' => 'The configuration file for grpc rpc server',
|
||||
'source' => __DIR__ . '/../publish/grpc_server.php',
|
||||
'destination' => BASE_PATH . '/config/autoload/grpc_server.php',
|
||||
],
|
||||
],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user