-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating PHPUnit automation scripts based on code review
Update config_override Update GIT_HUB to GITHUB Update config_si Fix headers error Remove sudo from calls to get install to work on local machine
- Loading branch information
1 parent
4dcba4d
commit 7f9c771
Showing
10 changed files
with
34 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,3 @@ | ||
<?php | ||
$sugar_config['external_cache_disabled'] = false; | ||
$sugar_config['external_cache_disabled_redis'] = false; | ||
$sugar_config['external_cache_force_backend'] = 'redis'; | ||
$sugar_config['external_cache']['redis']['host'] = 'sugar-redis'; | ||
$sugar_config['external_cache_disabled_wincache'] = true; | ||
$sugar_config['external_cache_disabled_db'] = true; | ||
$sugar_config['external_cache_disabled_smash'] = true; | ||
$sugar_config['external_cache_disabled_apc'] = true; | ||
$sugar_config['external_cache_disabled_zend'] = true; | ||
$sugar_config['external_cache_disabled_memcache'] = true; | ||
$sugar_config['external_cache_disabled_memcached'] = true; | ||
$sugar_config['cache_expire_timeout'] = 600; // default: 5 minutes, increased to 10 minutes | ||
$sugar_config['disable_vcr'] = true; // bwc module only | ||
$sugar_config['disable_count_query'] = true; // bwc module only | ||
$sugar_config['save_query'] = 'populate_only'; // bwc module only | ||
$sugar_config['collapse_subpanels'] = true; // 7.6.0.0+ | ||
$sugar_config['hide_subpanels'] = true; // bwc module only | ||
$sugar_config['hide_subpanels_on_login'] = true; // bwc module only | ||
$sugar_config['logger']['level'] = 'fatal'; | ||
$sugar_config['logger']['file']['maxSize'] = '10MB'; | ||
$sugar_config['developerMode'] = false; | ||
$sugar_config['dump_slow_queries'] = false; | ||
$sugar_config['slow_query_time_msec'] = '1000'; | ||
$sugar_config['perfProfile']['TeamSecurity']['default']['teamset_prefetch'] = true; | ||
$sugar_config['perfProfile']['TeamSecurity']['default']['teamset_prefetch_max'] = 500; | ||
$sugar_config['perfProfile']['TeamSecurity']['default']['where_condition'] = true; | ||
$sugar_config['import_max_records_total_limit'] = '2000'; | ||
$sugar_config['verify_client_ip'] = false; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,31 @@ | ||
<?php | ||
$sugar_config_si = array ( | ||
'setup_db_host_name' => 'sugar-mysql', | ||
'setup_db_database_name' => 'sugar', | ||
'setup_db_drop_tables' => 1, | ||
'setup_db_create_database' => 1, | ||
'demoData' => 0, | ||
'developerMode' => 1, | ||
'setup_site_admin_user_name' => 'admin', | ||
'setup_site_admin_password' => 'sugarcrm', | ||
'setup_db_admin_user_name' => 'root', | ||
'setup_db_admin_password' => 'root', | ||
'setup_db_type' => 'mysql', | ||
'setup_site_url' => 'http://sugar-web1/sugar', | ||
'setup_system_name' => 'SugarCRM', | ||
'default_currency_iso4217' => 'USD', | ||
'default_currency_name' => 'US Dollars', | ||
'default_currency_significant_digits' => '2', | ||
'default_currency_symbol' => '$', | ||
'default_date_format' => 'Y-m-d', | ||
'default_time_format' => 'H:i', | ||
'default_decimal_seperator' => '.', | ||
'default_export_charset' => 'ISO-8859-1', | ||
'default_language' => 'en_us', | ||
'default_locale_name_format' => 's f l', | ||
'default_number_grouping_seperator' => ',', | ||
'default_time_format' => 'H:i', | ||
'demoData' => 0, | ||
'export_delimiter' => ',', | ||
'setup_db_admin_user_name' => 'root', | ||
'setup_db_admin_password' => 'root', | ||
'setup_db_create_database' => 1, | ||
'setup_db_create_sugarsales_user' => 0, | ||
'setup_db_database_name' => 'sugar', | ||
'setup_db_drop_tables' => 1, | ||
'setup_db_host_name' => 'sugar-mysql', | ||
'setup_db_type' => 'mysql', | ||
'setup_fts_type' => 'Elastic', | ||
'setup_fts_host' => 'sugar-elasticsearch', | ||
'setup_fts_port' => '9200', | ||
'setup_fts_type' => 'Elastic', | ||
'setup_license_key_expire_date' => '2017-03-18', | ||
'setup_license_key_oc_licences' => 0, | ||
'setup_license_key_users' => 10, | ||
'setup_num_lic_oc' => 0, | ||
'setup_site_admin_password' => 'sugarcrm', | ||
'setup_site_admin_user_name' => 'admin', | ||
'setup_site_sugarbeet_automatic_checks' => false, | ||
'setup_site_url' => 'http://sugar-web1/sugar', | ||
'setup_system_name' => 'Sugar', | ||
); |