JwtSettings has been added to config
This commit is contained in:
parent
9e2b44df7c
commit
7b1407c2cb
6
Newsbot.Collector.Domain/Models/Config/JwtSettings.cs
Normal file
6
Newsbot.Collector.Domain/Models/Config/JwtSettings.cs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
namespace Newsbot.Collector.Domain.Models.Config;
|
||||||
|
|
||||||
|
public class JwtSettings
|
||||||
|
{
|
||||||
|
public string? Secret { get; set; }
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user