From 710bc683fd3a72e3d9383e53c1725fc7a23e6f4b Mon Sep 17 00:00:00 2001 From: Stephan Date: Mon, 10 Sep 2018 16:10:35 +0200 Subject: [PATCH] Removed SS_CONFIGSTATICMANIFEST --- docs/en/00_Getting_Started/03_Environment_Management.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/00_Getting_Started/03_Environment_Management.md b/docs/en/00_Getting_Started/03_Environment_Management.md index 3c0299494..e1e98c5a6 100644 --- a/docs/en/00_Getting_Started/03_Environment_Management.md +++ b/docs/en/00_Getting_Started/03_Environment_Management.md @@ -94,7 +94,6 @@ SilverStripe core environment variables are listed here, though you're free to d | `SS_MANIFESTCACHE` | The manifest cache to use (defaults to file based caching). Must be a CacheInterface or CacheFactory class name | | `SS_IGNORE_DOT_ENV` | If set the .env file will be ignored. This is good for live to mitigate any performance implications of loading the .env file | | `SS_BASE_URL` | The url to use when it isn't determinable by other means (eg: for CLI commands) | -| `SS_CONFIGSTATICMANIFEST` | Set to `SS_ConfigStaticManifest_Reflection` to use the Silverstripe 4 Reflection config manifest (speed improvement during dev/build and ?flush) | | `SS_DATABASE_SSL_KEY` | Absolute path to SSL key file | | `SS_DATABASE_SSL_CERT` | Absolute path to SSL certificate file | | `SS_DATABASE_SSL_CA` | Absolute path to SSL Certificate Authority bundle file |