upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index c6e50cf..4e02eea 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -17,6 +17,7 @@ async fn main() -> Result<()> {
17 // Load configuration 17 // Load configuration
18 let config = Config::from_env()?; 18 let config = Config::from_env()?;
19 info!("Configuration loaded: {}", config.bind_address); 19 info!("Configuration loaded: {}", config.bind_address);
20 info!("Git data directory: {}", config.git_data_path);
20 21
21 // Create Nostr relay with NIP-34 validation 22 // Create Nostr relay with NIP-34 validation
22 if let Ok(relay) = nostr::builder::create_relay(&config) { 23 if let Ok(relay) = nostr::builder::create_relay(&config) {