You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Randy Merrill edited this page Jan 28, 2011
·
3 revisions
The default settings for the application are found in the
config/project.json.cfm file. They can also be overridden in the
config/settings.json.cfm file.
Setting
Description
Default
i18n
Internationalization settings.
i18n.base
Base path for all international files.
/root
i18n.default
Default locale for new sessions.
en_US
i18n.locales
Available locales for the application.
[ "en_US" ]
key
Application key.
plugins
Active plugin keys.
[]
dsAlter
Datasource used to alter the database.
dsAlter.name
Alter datasource name.
@key@-alter
dsAlter.owner
Alter database owner
postgres
dsAlter.prefix
Alter database prefix for scheme or tables.
dsAlter.type
Alter database type.
PostgreSQL
dsUpdate
Datasource used to alter the database.
dsUpdate.name
Alter datasource name.
@key@-alter
dsUpdate.owner
Alter database owner
postgres
dsUpdate.prefix
Alter database prefix for scheme or tables.
dsUpdate.type
Alter database type.
PostgreSQL
environment
Environment type.
production
useThreaded
Preference of using threaded or non-threaded processing.