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