From fafd9dad6d60731c0ed6695a2df5535ea433632e Mon Sep 17 00:00:00 2001 From: Philipp Staender Date: Thu, 4 Oct 2018 04:34:16 +0200 Subject: [PATCH] fixing name of constant ASSETS_PATH --- docs/en/00_Getting_Started/03_Environment_Management.md | 2 +- 1 file changed, 1 insertion(+), 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 1492d1266..b3df1e67f 100644 --- a/docs/en/00_Getting_Started/03_Environment_Management.md +++ b/docs/en/00_Getting_Started/03_Environment_Management.md @@ -87,7 +87,7 @@ SilverStripe core environment variables are listed here, though you're free to d | `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_PROTECTED_ASSETS_PATH` | Path to secured assets - defaults to ASSET_PATH/.protected | +| `SS_PROTECTED_ASSETS_PATH` | Path to secured assets - defaults to ASSETS_PATH/.protected | | `SS_DATABASE_MEMORY` | Used for SQLite3 DBs | | `SS_TRUSTED_PROXY_IPS` | IP address or CIDR range to trust proxy headers from. If left blank no proxy headers are trusted. Can be set to 'none' (trust none) or '*' (trust all) | | `SS_ALLOWED_HOSTS` | A comma deliminated list of hostnames the site is allowed to respond to |