Files
mixtape/zero.Backoffice/Configuration/ExternalServicesOptions.cs
T

9 lines
238 B
C#
Raw Normal View History

2021-11-22 16:03:02 +01:00
namespace zero.Backoffice.Configuration;
2021-11-19 14:59:24 +01:00
2021-11-22 16:03:02 +01:00
public class ExternalServicesOptions
2021-11-19 14:59:24 +01:00
{
/// <summary>
/// Define a YouTube API Key so the zero videopicker can display previews
/// </summary>
public string YouTubeApiKey { get; set; }
}