From dd97ac8a245853a25bac575fed93265172eed4b3 Mon Sep 17 00:00:00 2001 From: ghe0 Date: Sun, 27 Apr 2025 01:51:10 +0300 Subject: [PATCH] new staging address --- src/global.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global.rs b/src/global.rs index e436073..9100541 100644 --- a/src/global.rs +++ b/src/global.rs @@ -6,7 +6,7 @@ use sha2::{Digest, Sha256}; use std::{fs::File, io::Read, io::Write}; pub(crate) const DETEE_ROOT_CA: &str = "/etc/detee/root_ca.pem"; -pub(crate) const BRAIN_STAGING: (&str, &str) = ("https://159.65.58.38:31337", "staging-brain"); +pub(crate) const BRAIN_STAGING: (&str, &str) = ("https://149.36.48.100:31337", "staging-brain"); pub(crate) const BRAIN_TESTING: (&str, &str) = ("https://164.92.249.180:31337", "testnet-brain"); pub(crate) const VM_BOOT_DIR: &str = "/var/lib/detee/boot/"; pub(crate) const USED_RESOURCES: &str = "/etc/detee/daemon/used_resources.yaml";