7 lines
No EOL
184 B
C#
7 lines
No EOL
184 B
C#
namespace FamilyServer
|
|
{
|
|
public static class EnvironmentConsts
|
|
{
|
|
public const string FamilyServerSaveIntervalMinutes = "FAMILY_SERVER_SAVE_INTERVAL_MINUTES";
|
|
}
|
|
} |