mirror of
https://github.com/logos-messaging/libchat.git
synced 2026-07-09 09:29:39 +00:00
* chore: gate logos-delivery transport on cargo feature, not env-dependent cfg * chore: fix clippy * feat: logos chat client use logos delivery as default
8 lines
318 B
Rust
8 lines
318 B
Rust
//! Baked-in configuration for the Logos service stack.
|
|
|
|
/// The endpoint for the account and keypackage registration service.
|
|
pub const REGISTRY_ENDPOINT: &str = "https://devnet.chat-kc.logos.co";
|
|
|
|
/// The logos-delivery network preset the Logos client joins by default.
|
|
pub const NETWORK_PRESET: &str = "logos.dev";
|