mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-22 09:18:08 +00:00
6 lines
178 B
C#
6 lines
178 B
C#
namespace PodNoms.Api.Models.Settings {
|
|
public class StorageSettings {
|
|
public string ConnectionString { get; set; }
|
|
public string CdnUrl { get; set; }
|
|
}
|
|
} |