namespace Umbraco.TestData.Configuration;
public class TestDataSettings
{
///
/// Gets or sets a value indicating whether the test data generation is enabled.
///
public bool Enabled { get; set; } = false;
///
/// Gets or sets a value indicating whether persisted local database cache files for content and media are disabled.
///
/// The URL path.
public bool IgnoreLocalDb { get; set; } = false;
}