mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-27 11:49:42 +00:00
8 lines
249 B
C#
8 lines
249 B
C#
namespace PodNoms.Api.Models {
|
|
public class AppSettings {
|
|
public string Version { get; set; }
|
|
public string SiteUrl { get; set; }
|
|
public string RssUrl { get; set; }
|
|
public string GoogleApiKey { get; set; }
|
|
}
|
|
} |