Subversion Repositories oidplus

Rev

Rev 482 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 482 Rev 502
Line 142... Line 142...
142
 
142
 
143
-----------------------------------------
143
-----------------------------------------
144
(3) "HIDDEN"/UNDOCUMENTED CONFIG SETTINGS
144
(3) "HIDDEN"/UNDOCUMENTED CONFIG SETTINGS
145
-----------------------------------------
145
-----------------------------------------
146
 
146
 
147
OIDplus::baseConfig()->setValue('OIDINFO_SECRET_ADMIN_USERNAME', '<email address>');
-
 
148
Old 2.0 format:          define('OIDINFO_SECRET_ADMIN_USERNAME', '<email address>');
-
 
149
Information:             Currently only internal use for development utilities (dev/).
-
 
150
 
-
 
151
OIDplus::baseConfig()->setValue('OIDINFO_SECRET_ADMIN_PASSWORD', '<plaintext password>');
-
 
152
Old 2.0 format:          define('OIDINFO_SECRET_ADMIN_PASSWORD', '<plaintext password>');
-
 
153
Information:             Currently only internal use for development utilities (dev/).
-
 
154
 
-
 
155
OIDplus::baseConfig()->setValue('OIDINFO_API_URL', '<url>');
147
OIDplus::baseConfig()->setValue('OIDINFO_API_URL', '<url>');
156
Old 2.0 format:          define('OIDINFO_API_URL', '<url>');
148
Old 2.0 format:          define('OIDINFO_API_URL', '<url>');
157
Information:             Currently only internal use for development utilities (dev/).
149
Information:             Currently only internal use for development utilities (dev/).
-
 
150
                         The API to oid-info.com is currently not public.
158
 
151
 
159
OIDplus::baseConfig()->setValue('REGISTRATION_HIDE_SYSTEM', true);
152
OIDplus::baseConfig()->setValue('REGISTRATION_HIDE_SYSTEM', true);
160
Old 2.0 format:          define('REGISTRATION_HIDE_SYSTEM', true);
153
Old 2.0 format:          define('REGISTRATION_HIDE_SYSTEM', true);
161
Information:             Set this if you have a clone of a productive system and you want
154
Information:             Set this if you have a clone of a productive system and you want
162
                         to avoid that the clone registers at the ViaThinkSoft directory
155
                         to avoid that the clone registers at the ViaThinkSoft directory
Line 185... Line 178...
185
 
178
 
186
OIDplus::baseConfig()->setValue('FORCE_DBMS_SLANG', '');
179
OIDplus::baseConfig()->setValue('FORCE_DBMS_SLANG', '');
187
Old 2.0 format:          define('DBMS_SLANG',       '');
180
Old 2.0 format:          define('DBMS_SLANG',       '');
188
Information:             Currently valid values: mysql, mssql, pgsql, sqlite
181
Information:             Currently valid values: mysql, mssql, pgsql, sqlite
189
 
182
 
-
 
183
OIDplus::baseConfig()->setValue('PREPARED_STATEMENTS_EMULATION', 'auto');
-
 
184
Old 2.0 format:          define('PREPARED_STATEMENTS_EMULATION', 'auto');
-
 
185
Information:             Currently only for ODBC database plugin.
-
 
186
                         'auto' = Auto detect if prepared statements should be emulated
-
 
187
                         'on' = Always emulate prepared statements
-
 
188
                         'off' = Never emulate prepared statements
-
 
189
 
190
OIDplus::baseConfig()->setValue('MINIFY_CSS', true);
190
OIDplus::baseConfig()->setValue('MINIFY_CSS', true);
191
Old 2.0 format:          define('DO_MINIFY',  true);
191
Old 2.0 format:          define('DO_MINIFY',  true);
192
                         This enables the compression of CSS definitions.
192
                         This enables the compression of CSS definitions.
193
                         Compressed approx:   220 KB
193
                         Compressed approx:   220 KB
194
                         Uncompressed approx: 224 KB
194
                         Uncompressed approx: 224 KB