We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03183e3 commit a7ad9d1Copy full SHA for a7ad9d1
packages/infra/engine/src/run_config.rs
@@ -6,7 +6,7 @@ pub fn config(_rivet_config: rivet_config::Config) -> Result<RunConfigData> {
6
Service::new("api_peer", ServiceKind::ApiPeer, |config, pools| {
7
Box::pin(rivet_api_peer::start(config, pools))
8
}),
9
- Service::new("guard", ServiceKind::Standalone, |config, pools| {
+ Service::new("guard", ServiceKind::ApiPublic, |config, pools| {
10
Box::pin(rivet_guard::start(config, pools))
11
12
Service::new(
0 commit comments