Skip to content

Commit 03c7f18

Browse files
committed
Add license on startup.
1 parent a12012a commit 03c7f18

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Test/Program.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
using ServiceStack;
2+
13
var builder = WebApplication.CreateBuilder(args);
24

5+
Licensing.RegisterLicense(Environment.GetEnvironmentVariable("SERVICESTACK_LICENSE"));
36
var app = builder.Build();
47

58
// Configure the HTTP request pipeline.

0 commit comments

Comments
 (0)