Skip to content

Instantly share code, notes, and snippets.

@0test
Created March 15, 2022 17:24
Show Gist options
  • Save 0test/7fd28bd1aacbe83c0c00154e758074c8 to your computer and use it in GitHub Desktop.
Save 0test/7fd28bd1aacbe83c0c00154e758074c8 to your computer and use it in GitHub Desktop.
<?php
/**
* replace system settings
* $modx->getConfig('site_name');
*/
return [
'site_name' => 'dev',
'ControllerNamespace' => 'EvolutionCMS\\Main\\Controllers\\',
'which_editor' => 'TinyMCE5',
'filemanager_path' => env('MODX_BASE_PATH'),
'rb_base_dir' => env('MODX_BASE_PATH') . 'assets/',
'server_protocol' => 'http',
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment