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'