Rejigg the config so backendUri is more prominent
This commit is contained in:
parent
3db2809fc4
commit
a6b007e55c
|
|
@ -4,16 +4,15 @@ return [
|
|||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Bleeding edge updates
|
||||
| Back-end URI prefix
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| If you are developing with October, it is important to have the latest
|
||||
| code base, set this value to 'true' to tell the platform to download
|
||||
| and use the development copies of core files and plugins.
|
||||
| Specifies the URL name used for accessing back-end pages.
|
||||
| For example: backend -> http://localhost/backend
|
||||
|
|
||||
*/
|
||||
|
||||
'edgeUpdates' => false,
|
||||
'backendUri' => 'backend',
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
@ -28,14 +27,16 @@ return [
|
|||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Back-end URI prefix
|
||||
| Bleeding edge updates
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Specifies the URI prefix used for accessing back-end pages.
|
||||
| If you are developing with October, it is important to have the latest
|
||||
| code base, set this value to 'true' to tell the platform to download
|
||||
| and use the development copies of core files and plugins.
|
||||
|
|
||||
*/
|
||||
|
||||
'backendUri' => 'backend',
|
||||
'edgeUpdates' => false,
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue