mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 14:48:19 +01:00
Add FEDERATION_CONFIG.set(data.clone()) in main.rs
This commit is contained in:
parent
9529ac26d1
commit
d115bdda0f
|
|
@ -155,6 +155,8 @@ async fn main() -> actix_web::Result<(), anyhow::Error> {
|
||||||
.build()
|
.build()
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
let _ = FEDERATION_CONFIG.set(data.clone());
|
||||||
|
|
||||||
let mut labels = HashMap::new();
|
let mut labels = HashMap::new();
|
||||||
labels.insert(
|
labels.insert(
|
||||||
"domain".to_string(),
|
"domain".to_string(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue