correct mistake

pull/4594/head
jim-taylor-business 2 months ago
parent 68a0f36337
commit dee02d6414

@ -19,8 +19,9 @@ pub static SETTINGS: Lazy<Settings> = Lazy::new(|| {
);
println!("Use with other environment variables to configure this instance further; e.g. LEMMY_DATABASE_URL.");
Settings::default()
} else {
Settings::init().expect("Failed to load settings file, see documentation (https://join-lemmy.org/docs/en/administration/configuration.html).")
}
Settings::init().expect("Failed to load settings file, see documentation (https://join-lemmy.org/docs/en/administration/configuration.html).")
});
static WEBFINGER_REGEX: Lazy<Regex> = Lazy::new(|| {

Loading…
Cancel
Save