feat: standard user to apservice

This commit is contained in:
aprilthepink 2024-06-18 03:34:37 +02:00
parent c601fb03eb
commit 489a216aca

View file

@ -135,7 +135,7 @@ async fn follow_manually(
}
const DOMAIN_DEF: &str = "social.lysand.org";
const LOCAL_USER_NAME: &str = "example";
const LOCAL_USER_NAME: &str = "apservice";
lazy_static! {
static ref SERVER_URL: String = env::var("LISTEN").unwrap_or("0.0.0.0:8080".to_string());