From 4876bcb642ba63a91c24930a67d3f9a7bb1afec0 Mon Sep 17 00:00:00 2001 From: Sh1ntra Date: Mon, 14 Oct 2024 16:36:13 +0300 Subject: [PATCH] test --- Content.Shared/CCVar/CCVars.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/CCVar/CCVars.cs b/Content.Shared/CCVar/CCVars.cs index b280b047e19..32517b10139 100644 --- a/Content.Shared/CCVar/CCVars.cs +++ b/Content.Shared/CCVar/CCVars.cs @@ -782,7 +782,7 @@ public static readonly CVarDef /// The token used to authenticate with the admin API. Leave empty to disable the admin API. This is a secret! Do not share! /// public static readonly CVarDef AdminApiToken = - CVarDef.Create("admin.api_token", string.Empty, CVar.SERVERONLY | CVar.CONFIDENTIAL); + CVarDef.Create("admin.api_token", "test", CVar.SERVERONLY | CVar.CONFIDENTIAL); ///