We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c7f18 commit b616f33Copy full SHA for b616f33
1 file changed
src/Test/Program.cs
@@ -1,8 +1,9 @@
1
using ServiceStack;
2
3
+Licensing.RegisterLicense("OSS BSD-3-Clause 2022 https://github.com/NetCoreApps/Test u95ySKVHFfNYZKUaUtvFTP8/+oaZLQBjcyQQA6enXR7yf5UxPRRfafgy4tiXdSck8Nwlxs5pRfTOxJN+ht64dkus9x37IVBrbzkX2WNsBRNzow9eCIZI+PYmdSj3vSNC5+/QagOnj6nhD30jx6mCx/b8qxRdv8x+rv5YRN7afnY=");
4
+
5
var builder = WebApplication.CreateBuilder(args);
6
-Licensing.RegisterLicense(Environment.GetEnvironmentVariable("SERVICESTACK_LICENSE"));
7
var app = builder.Build();
8
9
// Configure the HTTP request pipeline.
0 commit comments