2024-11-28 12:47:00 +01:00
|
|
|
pub const DEFAULT_DB_PATH: &str = "/var/lib/minauthator/minauthator.db";
|
|
|
|
|
pub const DEFAULT_ASSETS_PATH: &str = "/usr/local/lib/minauthator/assets";
|
2024-12-03 23:58:20 +01:00
|
|
|
pub const DEFAULT_CONFIG_PATH: &str = "/etc/minauthator/config.toml";
|
2024-12-09 09:38:39 +01:00
|
|
|
pub const DEFAULT_SIGNING_KEY_PATH: &str = "/etc/minauthator/secrets/jwt.key.pem";
|
2024-11-28 12:47:00 +01:00
|
|
|
|