mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +01:00
feat: standard user to apservice
This commit is contained in:
parent
c601fb03eb
commit
489a216aca
|
|
@ -135,7 +135,7 @@ async fn follow_manually(
|
||||||
}
|
}
|
||||||
|
|
||||||
const DOMAIN_DEF: &str = "social.lysand.org";
|
const DOMAIN_DEF: &str = "social.lysand.org";
|
||||||
const LOCAL_USER_NAME: &str = "example";
|
const LOCAL_USER_NAME: &str = "apservice";
|
||||||
|
|
||||||
lazy_static! {
|
lazy_static! {
|
||||||
static ref SERVER_URL: String = env::var("LISTEN").unwrap_or("0.0.0.0:8080".to_string());
|
static ref SERVER_URL: String = env::var("LISTEN").unwrap_or("0.0.0.0:8080".to_string());
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue