From 109c0322b63ec8969cdd6e9b698f2821545f29b0 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 4 Sep 2020 15:27:22 +0100 Subject: [PATCH] add explanatory comments --- config/local/local | 2 ++ config/remote/remote | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/local/local b/config/local/local index eea97ba..a8f5a43 100644 --- a/config/local/local +++ b/config/local/local @@ -1,3 +1,5 @@ +# local specific options + ## export if using local development environment export domain='test123.home' export url='http://test123.home' diff --git a/config/remote/remote b/config/remote/remote index 56436a0..9b8d807 100644 --- a/config/remote/remote +++ b/config/remote/remote @@ -1,3 +1,5 @@ +# remote specific options + ## export if using local development environment #export domain='test123.example.com' #export url='http://test123.example.com'