mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-05-03 17:38:22 +00:00
* lbp2 beta tweaks * tweaks * oops * pls work * PLS * Update UserCardPartial.cshtml * news reimplementation testing trying to fix it for lbp1 * a * configurable envver * Make numeric revision numbers only usable on full clones * little comment to describe what EnvVer is * remove news (again) * remove redundancy when dirty * document envver stuff * remove numeric versioning for upstream merge * Revert "remove numeric versioning for upstream merge" This reverts commit3e7d8eccbc
. * Revert "Revert "remove numeric versioning for upstream merge"" This reverts commit7fbe145b80
. * Delete gitIsShallowRepo.txt * accidentally deleted the wrong line oops * Update VersionHelper.cs Co-authored-by: Jayden <jvyden@jvyden.xyz>
7 lines
No EOL
259 B
C#
7 lines
No EOL
259 B
C#
namespace LBPUnion.ProjectLighthouse.Configuration.ConfigurationCategories;
|
|
|
|
public class CustomizationConfiguration
|
|
{
|
|
public string ServerName { get; set; } = "Project Lighthouse";
|
|
public string EnvironmentName { get; set; } = "project-lighthouse";
|
|
} |