mirror of
https://github.com/fergalmoran/podnoms.git
synced 2026-01-04 07:35:02 +00:00
7 lines
170 B
C#
7 lines
170 B
C#
namespace PodNoms.Api.Models {
|
|
public class StorageSettings {
|
|
public string ConnectionString { get; set; }
|
|
public string CdnUrl { get; set; }
|
|
|
|
}
|
|
} |