Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sh1ntra committed Oct 14, 2024
1 parent 96bdbc7 commit 4876bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ public static readonly CVarDef<bool>
/// The token used to authenticate with the admin API. Leave empty to disable the admin API. This is a secret! Do not share!
/// </summary>
public static readonly CVarDef<string> AdminApiToken =
CVarDef.Create("admin.api_token", string.Empty, CVar.SERVERONLY | CVar.CONFIDENTIAL);
CVarDef.Create("admin.api_token", "test", CVar.SERVERONLY | CVar.CONFIDENTIAL);


/// <summary>
Expand Down

0 comments on commit 4876bcb

Please sign in to comment.