const std = @import("std"); pub const storage_path = "./storage/"; pub const session_expires_after = std.time.ns_per_week * 4;