Option |
Suboptions |
Usage |
member-account-type |
|
Configuration options for an arbitrary member account type. |
basemember_options |
Options for a member account basemember. |
class |
Class override for member account. |
information |
Whether a member account has associated information. |
name_update |
Whether a member account can have its name updated. |
administrator |
|
Configuration options for an administrator.
See member-account-type for more details.
|
basemember_options |
|
Default options for a member account basemember. |
country |
default |
The default country code. |
country_zone |
default |
The default country code zone. |
customer |
|
Configuration options for a customer.
See member-account-type for more details.
|
database |
code |
The database code. The default value is romber . |
database |
The database name.
The default value is generated from the database code and environment code.
|
password |
The database password. There is no default value.
|
username |
The database username. The default value is the database name.
|
debug |
|
Which debug output should be included. This is a set of the following flags:
- ROMBER_DEBUG_ALL
- ROMBER_DEBUG_ANY
- ROMBER_DEBUG_NONE
- ROMBER_DEBUG_DETECT
- ROMBER_DEBUG_EMAIL
- ROMBER_DEBUG_FORM
- ROMBER_DEBUG_PAGE
- ROMBER_DEBUG_REQUEST
- ROMBER_DEBUG_SQL
- ROMBER_DEBUG_WEBSERVICE
|
email |
checkdns |
The preferred IP version or DNS record type for checking email server names.
Values of blank, 0, 4, 'A', DNS_A, 6, 'AAAA' or DNS_AAAA are acceptable.
By default and when the value is blank or 0, no email DNS check is performed.
|
domain |
The preferred email domain name. |
hostname |
The preferred email host name. |
errors |
file_or_not |
Whether errors should be written to a file. |
file_formats |
EXTENSION |
Details for handling a given file format. Sub-options include:
|
h1_post |
|
The preferred H1 close tag. The default value is </h1> |
h1_pre |
|
The preferred H1 open tag. The default value is <h1> |
member |
|
Configuration options for a member.
See member-account-type for more details.
|
meta_session |
authentication |
Specifies what meta session authentication keys may be used.
Possible values include ANY, EMAIL or USERNAME.
An array can also be specified.
A value of ANY is equivalent to an array of USERNAME and EMAIL.
|
unique |
Whether meta sessions need to be unique for a given user. The default value is FALSE.
|
meta_virtual_enterprise |
code |
The meta virtual enterprise code. The default value is ROMBER.
|
name |
The meta virtual enterprise name. The default value is Romber.
|
page_components |
|
Whether pages have components. |
supplier |
|
Configuration options for a supplier.
See member-account-type for more details.
|
tasks |
task-code |
Whether a specific task is enabled. The following tasks are disabled by default:
manage_businesses
manage_customers
manage_members
manage_meta_virtual_enterprises
manage_subscribers
manage_suppliers
|
transformer |
|
Specifies a local content transformer.
The value may be an object reference or the name of a class, method or function.
Used by content generators including the email and page generators.
By default, no content transformer is used.
Possible values include the name of a function or a method reference.
When specified, content which would be displayed, sent as an email, or saved into
a file is passed through the transformer to allow the content to be updated.
|
translator |
|
Specifies a local message translator. Used by the message logger.
Defaults to GETTEXT if gettext is present or INTERNAL if not.
Possible values include GETTEXT, INTERNAL, the name of a function or a method reference.
|
user |
|
Configuration options for a user.
See member-account-type for more details.
|
username |
mechanism |
Specifies which username mechanism to use. Possible values include CSV and DATABASE.
|
model |
Specifies the model of username code.
Possible values include NUMERIC (digits only),
SIMPLE (letter first, letters and digits for remainder) and
STANDARD (letters, digits and the special characters:
at symbol(@), hyphen (-) and underscore (_) ).
|
pattern |
Specifies the pattern for validating username codes.
If not specified, the default pattern is based on the model .
If specified, this value overrides the default pattern derived from the username model.
|
size |
The maximum size for usernames. The default value is 15. |