add explanatory comments
This commit is contained in:
parent
4f9667a4e2
commit
109c0322b6
|
@ -1,3 +1,5 @@
|
|||
# local specific options
|
||||
|
||||
## export if using local development environment
|
||||
export domain='test123.home'
|
||||
export url='http://test123.home'
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# remote specific options
|
||||
|
||||
## export if using local development environment
|
||||
#export domain='test123.example.com'
|
||||
#export url='http://test123.example.com'
|
||||
|
|
Loading…
Reference in New Issue