Created
March 15, 2022 17:24
-
-
Save 0test/7fd28bd1aacbe83c0c00154e758074c8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<?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