Grpc service publish config (#6195)

This commit is contained in:
lixinhan 2023-10-09 16:02:20 +08:00 committed by GitHub
parent e96477cd77
commit 357afa6803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
],
],
];
}
}