From 81a2f46cb964e99b3a8b29e9e1e910e282ffa035 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 4 Sep 2020 18:51:37 +0100 Subject: [PATCH] create option to set up development environment base --- config/local/local | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/local/local b/config/local/local index a8f5a43..a31e3f5 100644 --- a/config/local/local +++ b/config/local/local @@ -4,3 +4,6 @@ export domain='test123.home' export url='http://test123.home' +# set to anything other than the empty string to set up a dev environment +export dev_env='true' +