mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-30 08:31:18 -05:00
6 lines
140 B
C#
6 lines
140 B
C#
namespace Common.Configuration;
|
|
|
|
public static class EnvironmentVariables
|
|
{
|
|
public const string DownloadClient = "DOWNLOAD_CLIENT";
|
|
} |