mirror of https://github.com/Squidex/squidex.git
10 changed files with 77 additions and 19 deletions
@ -0,0 +1,17 @@ |
|||
// ==========================================================================
|
|||
// Constants.cs
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex Group
|
|||
// All rights reserved.
|
|||
// ==========================================================================
|
|||
|
|||
using NodaTime; |
|||
|
|||
namespace Squidex.Domain.Apps.Core.HandleRules |
|||
{ |
|||
public static class Constants |
|||
{ |
|||
public static readonly Duration ExpirationTime = Duration.FromDays(2); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue