dev-scripts/README.md

13 lines
333 B
Markdown
Raw Normal View History

2020-06-08 19:23:21 +00:00
All scripts require an argument to specify 'local' or 'remote'.
If none given script will exit.
2020-06-08 22:24:14 +00:00
Using 'local' will:
set the source server URL to `$local_url`.
2020-06-08 20:16:18 +00:00
set the destination server URL to `$remote_url`.
2020-06-08 22:24:14 +00:00
Using 'remote' will:
set the source server URL to `$remote_url`.
2020-06-08 20:16:18 +00:00
set the destination server URL to `$local_url`.