Rejigg the config so backendUri is more prominent

This commit is contained in:
Samuel Georges 2016-03-09 20:48:18 +11:00
parent 3db2809fc4
commit a6b007e55c
1 changed files with 9 additions and 8 deletions

View File

@ -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,
/*
|--------------------------------------------------------------------------