From c82480f7ddeff4ea89997573b9d08157eaaa0a6d Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Fri, 9 Dec 2016 15:13:24 +0100 Subject: [PATCH] thx to @mprahl for native language support :) --- docs/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index e027d4d5..d0e8fbab 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -91,7 +91,7 @@ it in `module_build_service/config.py`, `app.config.from_object()`. Environment ----------- -There's an evironment variable `MODULE_BUILD_SERVICE_DEVELOPER_ENV` which if set to "1" would indicate to various parts of Module Build Service that we want developer's experience. Docker containers/Vagrant box are being run in this mode. +The environment variable `MODULE_BUILD_SERVICE_DEVELOPER_ENV`, which if set to "1", indicates to the Module Build Service that the development configuration should be used. Docker and Vagrant are being run with this environment variable set. Anytime, you can do::