2020-09-04 14:27:22 +00:00
|
|
|
# local specific options
|
|
|
|
|
2020-09-03 11:46:30 +00:00
|
|
|
## export if using local development environment
|
2020-09-04 13:30:53 +00:00
|
|
|
export domain='test123.home'
|
|
|
|
export url='http://test123.home'
|
2020-09-03 11:46:30 +00:00
|
|
|
|
2020-09-04 17:51:37 +00:00
|
|
|
# set to anything other than the empty string to set up a dev environment
|
|
|
|
export dev_env='true'
|
|
|
|
|