Report Setting File

There are two versions of the report addons configuration file - the older txt file, and the newer json version.

For information on the older syntax, see the legacy settings page.

{
   "sitename": "My Site",
   "sidecode": "SITE",
   "timezone": "Australia/Sydney",
   "server": "localhost/s/default",
   "domain": "my.email.domain",
   "smtphost": "SMTP server",
   "smtpport": 43,
   "smtpuser": "username",
   "smtppass": "password",
   "smtpfrom": "From Email Address",
   "smtpsecure": 0
}
Core Options
NameUse
sitenameThe human-readable name of the site or ARDI server
timezoneThe timezone for the reports
serverThe URL of the ARDI server
domainThe email domain (the part after the '@') to send emails to
Email Options
NameUse
smtphostThe SMTP server IP or DNS name
smtpportThe port (usually 25 or 587) to send emails on
smtpuserThe sign-in username for the SMTP server
smtppassThe sign-in password for the SMTP server
smtpfromThe 'from' address in all emails
smtpsecure0 if unsecure, or 1 if using SSL/TLS security
Behaviour Options
NameUse
pythonpathThe name/path to Python, if not using the ARDI default
hiddenfolderWhen added to this folder, reports are only accessible to administrators
hidefailuresIf 1 or true, failed reports are only visible to administrators
selfsubscribeIf 1 or true, users can subscribe themselves to reports
Legacy/Deprecated
NameUse
sitecodeA code for the site