//! Environment variables used by more than one LoonFS process.
/// Bearer token for remote API requests.
pubconstAUTH_TOKEN_ENV:&str="LOONFS_AUTH_TOKEN";/// Secret used to sign content-transfer tokens.
pubconstCONTENT_TOKEN_SECRET_ENV:&str="LOONFS_CONTENT_TOKEN_SECRET";