aboutsummaryrefslogtreecommitdiffstats
path: root/config.example.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.example.yaml')
-rw-r--r--config.example.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.example.yaml b/config.example.yaml
index 93f6000..5618b7e 100644
--- a/config.example.yaml
+++ b/config.example.yaml
@@ -1,3 +1,10 @@
1relay:
2 name: "muxstr relay"
3 description: "High-performance Nostr relay with gRPC, Connect, and WebSocket support"
4 pubkey: "" # operator's hex pubkey (optional)
5 contact: "" # admin contact email (optional)
6 icon: "" # relay icon URL (optional)
7
1server: 8server:
2 grpc_addr: "localhost:50051" 9 grpc_addr: "localhost:50051"
3 http_addr: "localhost:8007" 10 http_addr: "localhost:8007"