1 | <?php |
---|
2 | // created: 2009-11-02 13:14:24 |
---|
3 | $sugar_config = array ( |
---|
4 | 'admin_access_control' => false, |
---|
5 | 'admin_export_only' => false, |
---|
6 | 'cache_dir' => 'cache/', |
---|
7 | 'calculate_response_time' => true, |
---|
8 | 'common_ml_dir' => '', |
---|
9 | 'create_default_user' => false, |
---|
10 | 'currency' => '', |
---|
11 | 'dashlet_display_row_options' => |
---|
12 | array ( |
---|
13 | 0 => '1', |
---|
14 | 1 => '3', |
---|
15 | 2 => '5', |
---|
16 | 3 => '10', |
---|
17 | ), |
---|
18 | 'date_formats' => |
---|
19 | array ( |
---|
20 | 'Y-m-d' => '2006-12-23', |
---|
21 | 'm-d-Y' => '12-23-2006', |
---|
22 | 'd-m-Y' => '23-12-2006', |
---|
23 | 'Y/m/d' => '2006/12/23', |
---|
24 | 'm/d/Y' => '12/23/2006', |
---|
25 | 'd/m/Y' => '23/12/2006', |
---|
26 | 'Y.m.d' => '2006.12.23', |
---|
27 | 'd.m.Y' => '23.12.2006', |
---|
28 | 'm.d.Y' => '12.23.2006', |
---|
29 | ), |
---|
30 | 'datef' => 'm/d/Y', |
---|
31 | 'dbconfig' => |
---|
32 | array ( |
---|
33 | 'db_host_name' => 'localhost', |
---|
34 | 'db_host_instance' => 'SQLEXPRESS', |
---|
35 | 'db_user_name' => 'sugarcrm', |
---|
36 | 'db_password' => '%mysql_passwd%', |
---|
37 | 'db_name' => 'sugarcrm', |
---|
38 | 'db_type' => 'mysql', |
---|
39 | ), |
---|
40 | 'dbconfigoption' => |
---|
41 | array ( |
---|
42 | 'persistent' => true, |
---|
43 | 'autofree' => false, |
---|
44 | 'debug' => 0, |
---|
45 | 'seqname_format' => '%s_seq', |
---|
46 | 'portability' => 0, |
---|
47 | 'ssl' => false, |
---|
48 | 'collation' => 'utf8_general_ci', |
---|
49 | ), |
---|
50 | 'default_action' => 'index', |
---|
51 | 'default_charset' => 'UTF-8', |
---|
52 | 'default_currencies' => |
---|
53 | array ( |
---|
54 | 'AUD' => |
---|
55 | array ( |
---|
56 | 'name' => 'Australian Dollars', |
---|
57 | 'iso4217' => 'AUD', |
---|
58 | 'symbol' => '$', |
---|
59 | ), |
---|
60 | 'BRL' => |
---|
61 | array ( |
---|
62 | 'name' => 'Brazilian Reais', |
---|
63 | 'iso4217' => 'BRL', |
---|
64 | 'symbol' => 'R$', |
---|
65 | ), |
---|
66 | 'GBP' => |
---|
67 | array ( |
---|
68 | 'name' => 'British Pounds', |
---|
69 | 'iso4217' => 'GBP', |
---|
70 | 'symbol' => '£', |
---|
71 | ), |
---|
72 | 'CAD' => |
---|
73 | array ( |
---|
74 | 'name' => 'Canadian Dollars', |
---|
75 | 'iso4217' => 'CAD', |
---|
76 | 'symbol' => '$', |
---|
77 | ), |
---|
78 | 'CNY' => |
---|
79 | array ( |
---|
80 | 'name' => 'Chinese Yuan', |
---|
81 | 'iso4217' => 'CNY', |
---|
82 | 'symbol' => '¥', |
---|
83 | ), |
---|
84 | 'EUR' => |
---|
85 | array ( |
---|
86 | 'name' => 'Euro', |
---|
87 | 'iso4217' => 'EUR', |
---|
88 | 'symbol' => '?', |
---|
89 | ), |
---|
90 | 'HKD' => |
---|
91 | array ( |
---|
92 | 'name' => 'Hong Kong Dollars', |
---|
93 | 'iso4217' => 'HKD', |
---|
94 | 'symbol' => '$', |
---|
95 | ), |
---|
96 | 'INR' => |
---|
97 | array ( |
---|
98 | 'name' => 'Indian Rupees', |
---|
99 | 'iso4217' => 'INR', |
---|
100 | 'symbol' => '?', |
---|
101 | ), |
---|
102 | 'KRW' => |
---|
103 | array ( |
---|
104 | 'name' => 'Korean Won', |
---|
105 | 'iso4217' => 'KRW', |
---|
106 | 'symbol' => '?', |
---|
107 | ), |
---|
108 | 'YEN' => |
---|
109 | array ( |
---|
110 | 'name' => 'Japanese Yen', |
---|
111 | 'iso4217' => 'JPY', |
---|
112 | 'symbol' => '¥', |
---|
113 | ), |
---|
114 | 'MXM' => |
---|
115 | array ( |
---|
116 | 'name' => 'Mexican Pesos', |
---|
117 | 'iso4217' => 'MXM', |
---|
118 | 'symbol' => '$', |
---|
119 | ), |
---|
120 | 'SGD' => |
---|
121 | array ( |
---|
122 | 'name' => 'Singaporean Dollars', |
---|
123 | 'iso4217' => 'SGD', |
---|
124 | 'symbol' => '$', |
---|
125 | ), |
---|
126 | 'CHF' => |
---|
127 | array ( |
---|
128 | 'name' => 'Swiss Franc', |
---|
129 | 'iso4217' => 'CHF', |
---|
130 | 'symbol' => 'SFr.', |
---|
131 | ), |
---|
132 | 'THB' => |
---|
133 | array ( |
---|
134 | 'name' => 'Thai Baht', |
---|
135 | 'iso4217' => 'THB', |
---|
136 | 'symbol' => '?', |
---|
137 | ), |
---|
138 | 'USD' => |
---|
139 | array ( |
---|
140 | 'name' => 'US Dollars', |
---|
141 | 'iso4217' => 'USD', |
---|
142 | 'symbol' => '$', |
---|
143 | ), |
---|
144 | ), |
---|
145 | 'default_currency_iso4217' => 'EUR', |
---|
146 | 'default_currency_name' => 'Euro', |
---|
147 | 'default_currency_significant_digits' => '2', |
---|
148 | 'default_currency_symbol' => '€', |
---|
149 | 'default_date_format' => 'd/m/Y', |
---|
150 | 'default_decimal_seperator' => ',', |
---|
151 | 'default_email_charset' => 'UTF-8', |
---|
152 | 'default_email_client' => 'sugar', |
---|
153 | 'default_email_editor' => 'html', |
---|
154 | 'default_export_charset' => 'UTF-8', |
---|
155 | 'default_language' => 'en_us', |
---|
156 | 'default_locale_name_format' => 's f l', |
---|
157 | 'default_max_subtabs' => '12', |
---|
158 | 'default_max_tabs' => '12', |
---|
159 | 'default_module' => 'Home', |
---|
160 | 'default_navigation_paradigm' => 'm', |
---|
161 | 'default_number_grouping_seperator' => '.', |
---|
162 | 'default_password' => '', |
---|
163 | 'default_permissions' => |
---|
164 | array ( |
---|
165 | 'dir_mode' => 1528, |
---|
166 | 'file_mode' => 432, |
---|
167 | 'user' => '', |
---|
168 | 'group' => '', |
---|
169 | ), |
---|
170 | 'default_subpanel_links' => false, |
---|
171 | 'default_subpanel_tabs' => true, |
---|
172 | 'default_swap_last_viewed' => false, |
---|
173 | 'default_swap_shortcuts' => false, |
---|
174 | 'default_theme' => 'Sugar', |
---|
175 | 'default_time_format' => 'H:i', |
---|
176 | 'default_user_is_admin' => false, |
---|
177 | 'default_user_name' => '', |
---|
178 | 'demoData' => 'no', |
---|
179 | 'disable_export' => false, |
---|
180 | 'disable_persistent_connections' => 'false', |
---|
181 | 'display_email_template_variable_chooser' => false, |
---|
182 | 'display_inbound_email_buttons' => false, |
---|
183 | 'dump_slow_queries' => false, |
---|
184 | 'email_default_client' => 'sugar', |
---|
185 | 'email_default_delete_attachments' => true, |
---|
186 | 'email_default_editor' => 'html', |
---|
187 | 'email_num_autoreplies_24_hours' => 10, |
---|
188 | 'export_delimiter' => ',', |
---|
189 | 'history_max_viewed' => 10, |
---|
190 | 'import_dir' => 'cache/import/', |
---|
191 | 'import_max_execution_time' => 3600, |
---|
192 | 'import_max_records_per_file' => '1000', |
---|
193 | 'installer_locked' => true, |
---|
194 | 'js_custom_version' => 1, |
---|
195 | 'js_lang_version' => 2, |
---|
196 | 'languages' => |
---|
197 | array ( |
---|
198 | 'en_us' => 'English (US)', |
---|
199 | 'nl_NL' => 'Nederlands (Nederland)', |
---|
200 | ), |
---|
201 | 'large_scale_test' => false, |
---|
202 | 'list_max_entries_per_page' => 20, |
---|
203 | 'list_max_entries_per_subpanel' => 10, |
---|
204 | 'lock_default_user_name' => false, |
---|
205 | 'lock_homepage' => false, |
---|
206 | 'lock_subpanels' => false, |
---|
207 | 'log_dir' => '.', |
---|
208 | 'log_file' => 'sugarcrm.log', |
---|
209 | 'log_memory_usage' => false, |
---|
210 | 'logger' => |
---|
211 | array ( |
---|
212 | 'level' => 'fatal', |
---|
213 | 'file' => |
---|
214 | array ( |
---|
215 | 'ext' => '.log', |
---|
216 | 'name' => 'sugarcrm', |
---|
217 | 'dateFormat' => '%c', |
---|
218 | 'maxSize' => '10MB', |
---|
219 | 'maxLogs' => 10, |
---|
220 | 'suffix' => '%m_%Y', |
---|
221 | ), |
---|
222 | ), |
---|
223 | 'login_nav' => false, |
---|
224 | 'max_dashlets_homepage' => '15', |
---|
225 | 'portal_view' => 'single_user', |
---|
226 | 'require_accounts' => true, |
---|
227 | 'resource_management' => |
---|
228 | array ( |
---|
229 | 'special_query_limit' => 50000, |
---|
230 | 'special_query_modules' => |
---|
231 | array ( |
---|
232 | 0 => 'Reports', |
---|
233 | 1 => 'Export', |
---|
234 | 2 => 'Import', |
---|
235 | 3 => 'Administration', |
---|
236 | 4 => 'Sync', |
---|
237 | ), |
---|
238 | 'default_limit' => 1000, |
---|
239 | ), |
---|
240 | 'rss_cache_time' => '10800', |
---|
241 | 'save_query' => 'all', |
---|
242 | 'session_dir' => '', |
---|
243 | 'showDetailData' => true, |
---|
244 | 'showThemePicker' => true, |
---|
245 | 'slow_query_time_msec' => '100', |
---|
246 | 'sugar_version' => '5.2.0k', |
---|
247 | 'sugarbeet' => true, |
---|
248 | 'time_formats' => |
---|
249 | array ( |
---|
250 | 'H:i' => '23:00', |
---|
251 | 'h:ia' => '11:00pm', |
---|
252 | 'h:iA' => '11:00PM', |
---|
253 | 'H.i' => '23.00', |
---|
254 | 'h.ia' => '11.00pm', |
---|
255 | 'h.iA' => '11.00PM', |
---|
256 | ), |
---|
257 | 'timef' => 'H:i', |
---|
258 | 'tmp_dir' => 'cache/xml/', |
---|
259 | 'translation_string_prefix' => false, |
---|
260 | 'unique_key' => '1f657bcc1f4bb952451fee50fb0cd8df', |
---|
261 | 'upload_badext' => |
---|
262 | array ( |
---|
263 | 0 => 'php', |
---|
264 | 1 => 'php3', |
---|
265 | 2 => 'php4', |
---|
266 | 3 => 'php5', |
---|
267 | 4 => 'pl', |
---|
268 | 5 => 'cgi', |
---|
269 | 6 => 'py', |
---|
270 | 7 => 'asp', |
---|
271 | 8 => 'cfm', |
---|
272 | 9 => 'js', |
---|
273 | 10 => 'vbs', |
---|
274 | 11 => 'html', |
---|
275 | 12 => 'htm', |
---|
276 | ), |
---|
277 | 'upload_dir' => 'cache/upload/', |
---|
278 | 'upload_maxsize' => 3000000, |
---|
279 | 'use_common_ml_dir' => false, |
---|
280 | 'use_php_code_json' => true, |
---|
281 | 'vcal_time' => '2', |
---|
282 | 'verify_client_ip' => true, |
---|
283 | ); |
---|
284 | ?> |
---|