TONIDOCLOUD_SERVICENAME|||Valid name of the service. For example FileCloud|||"FileCloud"
TONIDOCLOUD_SERVER_URL|||Example:http://www.itonido.com|||"http://127.0.0.1"
TONIDOCLOUD_DBSERVER|||Mongo Server Path For example, mongodb://localhost:27017|||"mongodb://localhost:27017"
TONIDOCLOUD_DEFAULT_TIMEZONE|||Valid Time zones from http://www.php.net/manual/en/timezones.php. For example, America/Chicago|||"America/Chicago"
TONIDOCLOUD_DEFAULT_SIZE_PERUSER|||Specify Size in Bytes. 0 means no limit.|||2147483648
TONIDOCLOUD_FROM_EMAIL|||From email address for the system|||"demo@filecloudmail.com"
TONIDOCLOUD_FROM_EMAIL_NAME|||From email name for the system|||"FileCloud"
TONIDOCLOUD_REPLY_TO_EMAIL|||Reply to email address|||"demo@filecloudmail.com"
TONIDOCLOUD_REPLY_TO_EMAIL_NAME|||Reply to email name|||"FileCloud"
TONIDOCLOUD_USE_EMAIL|||Email mode for php VALID values are mail, smtp, sendmail|||"smtp"
TONIDOCLOUD_SMTP_HOSTNAME|||If SMTP set HostName e.g. mail.authsmtp.com|||"smtpcorp.com"
TONIDOCLOUD_SMTP_PORT|||Valid Port Name for SMTYP e.g. 23|||2525
TONIDOCLOUD_SMTP_AUTH|||If SMTP set true or false.|||true
TONIDOCLOUD_SMTP_AUTH_USER|||If SMTP set username|||""
TONIDOCLOUD_SMTP_AUTH_PASSWORD|||If SMTP set password|||""
TONIDOCLOUD_OP_MODE|||VALID values are DEV | PROD|||"PROD"
TONIDOCLOUD_AUTOMATIC_ACCOUNT_APPROVAL|||Whether admin approval is required for creating accounts or not. DEFAULT ACCOUNT STATUS 0 - No Automatic Approval, Admin has to approve account, 1 - Automatically Approved|||1
TONIDOCLOUD_WAITINGFORAPPROVAL_EMAIL_TO_ADMIN|||Flag to send email to admin when a new account is signedup and waiting for approval 0 - Do not send email, 1 - send email|||1
TONIDOCLOUD_ADMIN_USER|||Admin System Username|||"admin"
TONIDOCLOUD_ADMIN_PASSWORD|||Admin System Password|||"password"
TONIDOCLOUD_API_KEY|||Admin API Key|||"apipassword"
TONIDOCLOUD_AUTH|||Type of system to use for authentication. Possible Values: DEFAULT, ACTIVEDIRECTORY, LDAP|||"DEFAULT"
TONIDOCLOUD_CHECK_FOR_UPDATES|||Check if update available, connects to remote tonido server. Possible values: 0 and 1|||1
TONIDOCLOUD_SAMPLES_FOLDER|||Server Path from which samples are to be loaded. Possible values empty string and samples folder path.|||""
TONIDOCLOUD_NETWORK_SHARES_NAME|||Name of Network Shares: Default is Network Shares|||"Network Shares"
TONIDOCLOUD_AUDIT_LOG_LEVEL|||Level of audit log. Possible Values: OFF, FULL, REQUEST|||"REQUEST"
TONIDOCLOUD_AUDIT_DBSERVER|||DB Server Path for audit log. For example, mongodb://localhost:27017|||"mongodb://localhost:27017"
TONIDOCLOUD_ALLOW_NETWORKSHARE_SHARING|||Whether to enable user sharing for network shares, Possible: 0 and 1 (Default)|||1
TONIDOCLOUD_SITE_ID|||Multi-site Configurations - id - specify unique site id for multisite configurations, empty - for single site configuration|||""
TONIDOCLOUD_RECYCLEBIN|||Support Recycle Bin possible values 1 and 0|||"1"
TONIDOCLOUD_RECYCLEBIN_SKIP_SIZE|||Skip Recycle bin for files greater than this size in bytes(default is 100 MB)|||104857600
TONIDOCLOUD_RMC_ALLOW_DOWNLEVEL_MOBILE_CLIENTS|||Control whether or not to allow downlevel mobile clients from connecting into the system(default is 1)|||1
TONIDOCLOUD_FILE_CHANGE_NOTIFICATIONS|||Email file change notifications by default. Must have the cron job set up (default 1)|||1
TONIDOCLOUD_USER_WILDCARD_SEARCH|||Allow wildcard search during user search (default 1)|||1
TONIDOCLOUD_LOCAL_OOPATH|||Set the program path for Open Office Document Viewer (Optional)|||""
TONIDO_MIN_PASSWORD_STRENGTH|||Minimum Length for Password. Default 8|||8