# Server Configuration HOST=127.0.0.1 PORT=3001 # Database Configuration DATABASE_URL=postgres://postgres:password@localhost:5432/sharenet # Hub Universe DID Configuration HUB_UNIVERSE_DID=u:Test:018f1234-5678-9abc-def0-123456789012 # Optional: Logging Configuration RUST_LOG=info