mirror of https://github.com/Squidex/squidex.git
4 changed files with 30 additions and 4 deletions
@ -0,0 +1,14 @@ |
|||
// ==========================================================================
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
|||
// All rights reserved. Licensed under the MIT license.
|
|||
// ==========================================================================
|
|||
|
|||
namespace Squidex.Infrastructure.Log.Store |
|||
{ |
|||
public sealed class RequestLogStoreOptions |
|||
{ |
|||
public int StoreRetentionInDays { get; set; } = 90; |
|||
} |
|||
} |
|||
Loading…
Reference in new issue