mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-13 05:48:35 +00:00
8 lines
299 B
C#
8 lines
299 B
C#
namespace Artemis.WebClient.Workshop;
|
|
|
|
public static class WorkshopConstants
|
|
{
|
|
public const string AUTHORITY_URL = "https://identity.artemis-rgb.com";
|
|
public const string WORKSHOP_URL = "https://workshop.artemis-rgb.com";
|
|
public const string WORKSHOP_CLIENT_NAME = "WorkshopApiClient";
|
|
} |