Update to Onion Architecture.
This commit is contained in:
7
Back/skydiveLogs-api/Settings/CorsSettings.cs
Normal file
7
Back/skydiveLogs-api/Settings/CorsSettings.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace skydiveLogs_api.Settings
|
||||
{
|
||||
public class CorsSettings
|
||||
{
|
||||
public string FrontUrl { get; set; }
|
||||
}
|
||||
}
|
||||
9
Back/skydiveLogs-api/Settings/JwtSettings.cs
Normal file
9
Back/skydiveLogs-api/Settings/JwtSettings.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace skydiveLogs_api.Settings
|
||||
{
|
||||
public class JwtSettings
|
||||
{
|
||||
public string Issuer { get; set; }
|
||||
|
||||
public string Passphrase { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user