diff options
Diffstat (limited to 'docs/content/doc/advanced/specific-variables.en-us.md')
-rw-r--r-- | docs/content/doc/advanced/specific-variables.en-us.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/doc/advanced/specific-variables.en-us.md b/docs/content/doc/advanced/specific-variables.en-us.md index b0f54c13a7..d9c6d3c3e3 100644 --- a/docs/content/doc/advanced/specific-variables.en-us.md +++ b/docs/content/doc/advanced/specific-variables.en-us.md @@ -59,7 +59,7 @@ For documentation about each of the variables available, refer to the * `HOST`: Host Macaron will listen on * `PORT`: Port Macaron will listen on * `MACARON_ENV`: global variable to provide special functionality for development environments - vs. production environments. If MACARON_ENV is set to "" or "development" then templates will + vs. production environments. If MACARON_ENV is set to "" or "development", then templates will be recompiled on every request. For more performance, set the MACARON_ENV environment variable to "production". |