10 lines
No EOL
456 B
C#
10 lines
No EOL
456 B
C#
namespace DatabaseServer
|
|
{
|
|
public static class EnvironmentConsts
|
|
{
|
|
public const string DbServerSaveIntervalMinutes = "DB_SERVER_SAVE_INTERVAL_MINUTES";
|
|
public const string DbServerCharTtlMinutes = "DB_SERVER_CHAR_TTL_MINUTES";
|
|
public const string DbServerCharSaveIntervalSeconds = "DB_SERVER_CHAR_SAVE_INTERVAL_SECONDS";
|
|
public const string TsServerSaveIntervalMinutes = "TS_SERVER_SAVE_INTERVAL_MINUTES";
|
|
}
|
|
} |