mirror of
https://github.com/fergalmoran/retns-api.git
synced 2026-01-11 13:36:36 +00:00
6 lines
174 B
C#
6 lines
174 B
C#
namespace retns.api.Data.Settings {
|
|
public class StorageSettings {
|
|
public string ConnectionString { get; set; }
|
|
public string CdnUrl { get; set; }
|
|
}
|
|
} |