namespace Vegasco.Server.AppHost.Shared; public static class Constants { public static class Projects { public const string WebApiName = "webapi"; } public static class Database { public const string ServiceName = "postgres"; public const string Name = "vegasco"; } }