mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
Strip GitHub from private key prefix
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Tgstation.Server.Api.Models
|
||||
/// <summary>
|
||||
/// Prefix for TGS encoded app private keys. This is encoded in the format PREFIX + (APP_ID OR CLIENT_ID) + ':' + BASE64(APP_PRIVATE_KEY).
|
||||
/// </summary>
|
||||
public const string TgsAppPrivateKeyPrefix = "TGS_GHPK_";
|
||||
public const string TgsAppPrivateKeyPrefix = "TGS_PK_";
|
||||
|
||||
/// <summary>
|
||||
/// The name of the committer.
|
||||
|
||||
Reference in New Issue
Block a user