Change dir

This commit is contained in:
Jack Mechem 2026-03-28 18:24:46 -07:00
parent e4a133daf6
commit 2f60946aa0

View file

@ -16,7 +16,7 @@ static JWT_SECRET: OnceLock<String> = OnceLock::new();
const ROTATION_DAYS: u64 = 7;
fn secret_path() -> PathBuf {
PathBuf::from("/home/jack/.local/share/sysapi/jwt_secret")
PathBuf::from("/var/lib/server-dash-api/jwt_secret")
}
fn generate_secret() -> String {