- Add YarpGateway.slnx solution file - Move all project files to src/ directory - Update Dockerfile for new src/ path structure - Update CI/CD workflow with src/ project path - Fix NuGet package references (use Gitea NuGet packages) - Add CPM (Central Package Management) with Directory.Packages.props
7 lines
148 B
C#
7 lines
148 B
C#
namespace YarpGateway.Config;
|
|
|
|
public static class ConfigNotifyChannel
|
|
{
|
|
public const string GatewayConfigChanged = "gateway_config_changed";
|
|
}
|