create option to set up development environment base
This commit is contained in:
parent
ce9fc451cd
commit
81a2f46cb9
|
@ -4,3 +4,6 @@
|
||||||
export domain='test123.home'
|
export domain='test123.home'
|
||||||
export url='http://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'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue