Implementing api key authentication scheme and validation. Added default value in dtos
This commit was merged in pull request #5.
This commit is contained in:
6
Moonlight.Api/Configuration/ApiOptions.cs
Normal file
6
Moonlight.Api/Configuration/ApiOptions.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Moonlight.Api.Configuration;
|
||||
|
||||
public class ApiOptions
|
||||
{
|
||||
public int LookupCacheMinutes { get; set; } = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user