mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-25 14:41:30 +00:00
8 lines
No EOL
342 B
C#
8 lines
No EOL
342 B
C#
namespace LBPUnion.ProjectLighthouse.Configuration.ConfigurationCategories;
|
|
|
|
public class CustomizationConfiguration
|
|
{
|
|
public string ServerName { get; set; } = "Project Lighthouse";
|
|
public string EnvironmentName { get; set; } = "project-lighthouse";
|
|
public string ServerDescription { get; set; } = "A Project Lighthouse Server";
|
|
} |