From 44e560fcc066855cd19b6bf0485556069afbc1a2 Mon Sep 17 00:00:00 2001 From: ghe0 Date: Wed, 18 Jun 2025 17:47:09 +0300 Subject: [PATCH] switch to new staging brain --- src/global.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.rs b/src/global.rs index e397a33..ea270aa 100644 --- a/src/global.rs +++ b/src/global.rs @@ -14,7 +14,7 @@ use std::{ pub(crate) const DETEE_ROOT_CA: &str = "/etc/detee/root_ca.pem"; pub(crate) const BRAIN_STAGING_URLS: [&str; 3] = - ["https://184.107.169.199:49092", "https://149.22.95.1:47855", "https://149.36.48.99:48843"]; + ["https://156.146.63.216:31337", "https://156.146.63.216:31337", "https://156.146.63.216:31337"]; pub(crate) const BRAIN_TESTING_URLS: [&str; 3] = ["https://184.107.169.199:45223", "https://149.22.95.1:44522", "https://149.36.48.99:48638"]; pub(crate) const VM_BOOT_DIR: &str = "/var/lib/detee/boot/";