From 46160bb1f96945fb3d188d37581cc27b591fd112 Mon Sep 17 00:00:00 2001 From: Greg Heartsfield Date: Mon, 13 Feb 2023 17:30:26 -0600 Subject: [PATCH] fix: correct name of gRPC configuration in toml --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9fd24cb..25325db 100644 --- a/config.toml +++ b/config.toml @@ -56,7 +56,7 @@ description = "A newly created nostr-rs-relay.\n\nCustomize this with your own i # the URL below. In the event the server is not accessible, events # will be permitted. The protobuf3 schema used is available in # `proto/nauthz.proto`. -# event_authorization_server = "http://[::1]:50051" +# event_admission_server = "http://[::1]:50051" [network] # Bind to this network address