This commit introduces a more reliable and consistent approach to setting up the development environment using backups: - Add setup-from-backup.sh script for environment setup from existing backups - Standardize script naming and organization - Move obsolete scripts to bin/obsolete directory - Update documentation with new workflow instructions - Create migration guide for transitioning to new workflow - Update Memory Bank with workflow improvements The new workflow provides: - More reliable environment setup - Faster setup process - Offline development capability - Consistent development environments across team members Breaking changes: - setup-dev.sh is replaced by setup-from-backup.sh - sync-and-setup.sh is replaced by separate scripts - verify-with-wpcli.sh is no longer used Migration path is documented in MIGRATION_GUIDE.md
149 lines
No EOL
3.8 KiB
PHP
149 lines
No EOL
3.8 KiB
PHP
<?php
|
|
|
|
defined( 'ABSPATH' ) || exit;
|
|
|
|
return array (
|
|
'homepage' => 'https://upskillhvac.com',
|
|
'cache_options' =>
|
|
array (
|
|
'breeze-active' => '1',
|
|
'breeze-mobile-separate' => '1',
|
|
'breeze-cross-origin' => '0',
|
|
'breeze-disable-admin' =>
|
|
array (
|
|
'administrator' => 0,
|
|
'editor' => 0,
|
|
'author' => 0,
|
|
'contributor' => 0,
|
|
'subscriber' => 0,
|
|
),
|
|
'breeze-gzip-compression' => '1',
|
|
'breeze-desktop-cache' => '1',
|
|
'breeze-mobile-cache' => '1',
|
|
'breeze-browser-cache' => '1',
|
|
'breeze-lazy-load' => '0',
|
|
'breeze-lazy-load-native' => '0',
|
|
'breeze-lazy-load-iframes' => '0',
|
|
'breeze-lazy-load-videos' => '0',
|
|
'breeze-display-clean' => '1',
|
|
'breeze-minify-html' => '0',
|
|
'breeze-minify-css' => '0',
|
|
'breeze-font-display-swap' => '0',
|
|
'breeze-group-css' => '0',
|
|
'breeze-exclude-css' =>
|
|
array (
|
|
),
|
|
'breeze-minify-js' => '0',
|
|
'breeze-group-js' => '0',
|
|
'breeze-include-inline-js' => '0',
|
|
'breeze-exclude-js' =>
|
|
array (
|
|
),
|
|
'breeze-move-to-footer-js' =>
|
|
array (
|
|
),
|
|
'breeze-defer-js' =>
|
|
array (
|
|
),
|
|
'breeze-enable-js-delay' => '0',
|
|
'no-breeze-no-delay-js' =>
|
|
array (
|
|
),
|
|
'breeze-delay-all-js' => '0',
|
|
'breeze-delay-js-scripts' =>
|
|
array (
|
|
0 => 'gtag',
|
|
1 => 'document.write',
|
|
2 => 'html5.js',
|
|
3 => 'show_ads.js',
|
|
4 => 'google_ad',
|
|
5 => 'blogcatalog.com/w',
|
|
6 => 'tweetmeme.com/i',
|
|
7 => 'mybloglog.com/',
|
|
8 => 'histats.com/js',
|
|
9 => 'ads.smowtion.com/ad.js',
|
|
10 => 'statcounter.com/counter/counter.js',
|
|
11 => 'widgets.amung.us',
|
|
12 => 'ws.amazon.com/widgets',
|
|
13 => 'media.fastclick.net',
|
|
14 => '/ads/',
|
|
15 => 'comment-form-quicktags/quicktags.php',
|
|
16 => 'edToolbar',
|
|
17 => 'intensedebate.com',
|
|
18 => 'scripts.chitika.net/',
|
|
19 => '_gaq.push',
|
|
20 => 'jotform.com/',
|
|
21 => 'admin-bar.min.js',
|
|
22 => 'GoogleAnalyticsObject',
|
|
23 => 'plupload.full.min.js',
|
|
24 => 'syntaxhighlighter',
|
|
25 => 'adsbygoogle',
|
|
26 => 'gist.github.com',
|
|
27 => '_stq',
|
|
28 => 'nonce',
|
|
29 => 'post_id',
|
|
30 => 'data-noptimize',
|
|
31 => 'googletagmanager',
|
|
),
|
|
'breeze-exclude-urls' =>
|
|
array (
|
|
),
|
|
'cached-query-strings' =>
|
|
array (
|
|
),
|
|
'breeze-wp-emoji' => '0',
|
|
'breeze-store-googlefonts-locally' => '0',
|
|
'breeze-store-googleanalytics-locally' => '0',
|
|
'breeze-store-facebookpixel-locally' => '0',
|
|
'breeze-store-gravatars-locally' => '0',
|
|
'breeze-enable-api' => '0',
|
|
'breeze-secure-api' => '0',
|
|
'breeze-api-token' => 'uhvqLXHc7TfW',
|
|
'breeze-preload-fonts' =>
|
|
array (
|
|
),
|
|
'breeze-preload-links' => '1',
|
|
'breeze-prefetch-urls' =>
|
|
array (
|
|
),
|
|
'breeze-control-heartbeat' => '0',
|
|
'breeze-heartbeat-front' => '',
|
|
'breeze-heartbeat-postedit' => '',
|
|
'breeze-heartbeat-backend' => '',
|
|
'cdn-active' => '0',
|
|
'cdn-url' => '',
|
|
'cdn-content' =>
|
|
array (
|
|
0 => 'wp-includes',
|
|
1 => 'wp-content',
|
|
),
|
|
'cdn-exclude-content' =>
|
|
array (
|
|
0 => '.php',
|
|
),
|
|
'cdn-relative-path' => '1',
|
|
'auto-purge-varnish' => '1',
|
|
'breeze-varnish-server-ip' => '127.0.0.1',
|
|
'breeze-ttl' => 1440,
|
|
),
|
|
'disable_per_adminuser' =>
|
|
array (
|
|
'administrator' => 0,
|
|
'editor' => 0,
|
|
'author' => 0,
|
|
'contributor' => 0,
|
|
'subscriber' => 0,
|
|
),
|
|
'exclude_url' =>
|
|
array (
|
|
),
|
|
'wp-user-roles' =>
|
|
array (
|
|
),
|
|
'enabled-lazy-load' => '0',
|
|
'use-lazy-load-native' => '0',
|
|
'breeze-preload-links' => '1',
|
|
'breeze-lazy-load-iframes' => '0',
|
|
'breeze-lazy-load-videos' => '0',
|
|
'woocommerce_geolocation_ajax' => 0,
|
|
'permalink_structure' => '/%postname%/',
|
|
);
|
|
|