mirror of
https://github.com/versia-pub/activitypub.git
synced 2025-12-06 06:38:20 +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()
|
||||
.await?;
|
||||
|
||||
let _ = FEDERATION_CONFIG.set(data.clone());
|
||||
|
||||
let mut labels = HashMap::new();
|
||||
labels.insert(
|
||||
"domain".to_string(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue