Skip to content

Commit

Permalink
Issue #757: Add Cache prefix on the chrome/firefox settings files.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderpatriciop committed Feb 14, 2025
1 parent 9ae14e1 commit 4b9c2f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drainpipe-dev/scaffold/nightwatch/chrome.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@
$config['environment_indicator.indicator']['name'] = 'Chrome';
$config['environment_indicator.indicator']['bg_color'] = '#FFCD46';
$config['environment_indicator.indicator']['fg_color'] = '#000000';

/**
* Cache prefix.
*/
$settings['cache_prefix']['default'] = 'chrome-prefix';
5 changes: 5 additions & 0 deletions drainpipe-dev/scaffold/nightwatch/firefox.settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@
$config['environment_indicator.indicator']['name'] = 'Firefox';
$config['environment_indicator.indicator']['bg_color'] = '#E66000';
$config['environment_indicator.indicator']['fg_color'] = '#ffffff';

/**
* Cache prefix.
*/
$settings['cache_prefix']['default'] = 'firefox-prefix';

0 comments on commit 4b9c2f6

Please sign in to comment.