mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-25 10:47:51 +00:00
SignalR auth working
This commit is contained in:
6
server/Models/Settings/StorageSettings.cs
Normal file
6
server/Models/Settings/StorageSettings.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace PodNoms.Api.Models.Settings {
|
||||
public class StorageSettings {
|
||||
public string ConnectionString { get; set; }
|
||||
public string CdnUrl { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user