DOC Add documentation for how to use alternate ConfigStaticManifest

This commit is contained in:
Jake Bentvelzen 2017-03-14 21:02:58 +11:00 committed by Sam Minnée
parent 082c2ddb90
commit ecefcc8f0e
1 changed files with 1 additions and 0 deletions

View File

@ -125,3 +125,4 @@ This is my `_ss_environment.php` file. I have it placed in `/var`, as each of th
| `SS_SEND_ALL_EMAILS_TO`| If you define this constant, all emails will be redirected to this address.|
| `SS_SEND_ALL_EMAILS_FROM`| If you define this constant, all emails will be sent from this address.|
| `SS_ERROR_LOG` | Relative path to the log file. |
| `SS_CONFIGSTATICMANIFEST` | Set to `SS_ConfigStaticManifest_Reflection` to use the Silverstripe 4 Reflection config manifest (speed improvement during dev/build and ?flush) |