- Added EveAI Client to project
- Improvements to EntitlementsDomain & Services - Prechecks in Document domain - Add audit information to LicenseUsage
This commit is contained in:
@@ -173,6 +173,9 @@ class Config(object):
|
||||
SW_EMAIL_NAME = environ.get('SW_EMAIL_NAME')
|
||||
SW_PROJECT = environ.get('SW_PROJECT')
|
||||
|
||||
# Entitlement Constants
|
||||
ENTITLEMENTS_MAX_PENDING_DAYS = 5 # Defines the maximum number of days a pending entitlement can be active
|
||||
|
||||
|
||||
class DevConfig(Config):
|
||||
DEVELOPMENT = True
|
||||
|
||||
Reference in New Issue
Block a user