| Trees | Indices | Help |
|
|---|
|
|
Expedient-specific settings.
Created on Aug 19, 2010
Author: jnaous
|
|||
BASIC_AUTH_URLS = List of URL regular expressions that accept HTTP Basic Authentication. |
|||
SITE_LOCKDOWN_EXCEPTIONS = List of URL regular expressions that do not require the user to be logged in to access. |
|||
UI_PLUGINS = List of UI plugins that are enabled in Expedient. |
|||
AGGREGATE_PLUGINS = List of aggregate plugins that are enabled in Expedient. |
|||
SLICE_EXPIRATION_CHECK_INTERVAL = 3600How often should we check for expired slices? |
|||
SLICE_EXPIRATION_NOTIFICATION_TIME = 86400How much earlier should we send an email about slices almost expiring? |
|||
MAX_SLICE_LIFE = 30Maximum life of a slice without renewing in days |
|||
DOMAIN_SCHEME = What domain scheme should be used for absolute URLs? |
|||
__package__ =
|
|||
|
|||
BASIC_AUTH_URLSList of URL regular expressions that accept HTTP Basic Authentication. This is used to enable some tests to work.
|
SITE_LOCKDOWN_EXCEPTIONSList of URL regular expressions that do not require the user to be logged in to access.
|
UI_PLUGINSList of UI plugins that are enabled in Expedient. This is a list of 3-tuples:
|
AGGREGATE_PLUGINSList of aggregate plugins that are enabled in Expedient. This is a list of 3-tuples:
|
SLICE_EXPIRATION_CHECK_INTERVALHow often should we check for expired slices? This indicates how often to check for expired slices and stop them. The given time is in seconds. The accuracy will depend on how often the expedient cron job runs.
|
SLICE_EXPIRATION_NOTIFICATION_TIMEHow much earlier should we send an email about slices almost expiring? This indicates when to send emails to slice owners that their slices are about to expire. Time is in seconds. The accuracy will depend on how often the expedient cron job runs.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Feb 18 13:09:50 2011 | http://epydoc.sourceforge.net |