loonfs-api 0.3.1

Wire types and durable-format codecs for LoonFS.
Documentation
1
2
3
4
5
6
//! Environment variables used by more than one LoonFS process.

/// Bearer token for remote API requests.
pub const AUTH_TOKEN_ENV: &str = "LOONFS_AUTH_TOKEN";
/// Secret used to sign content-transfer tokens.
pub const CONTENT_TOKEN_SECRET_ENV: &str = "LOONFS_CONTENT_TOKEN_SECRET";