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); ///