Add remote URL in README and change default

This commit is contained in:
Midgard 2020-03-26 16:38:39 +01:00
parent 099762e704
commit 02a1bad183
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
To run in development mode, run `rundev.sh` in a shell.
To run in development mode, change `MATTERMOST_REMOTE` in `rundev.sh` to a server where you have an
account, then execute `rundev.sh`.
This will start a web server, and mitmproxy to avoid CORS problems.
Dependencies for that: Bash, Python and [`mitmproxy`](https://mitmproxy.org/).

View File

@ -2,7 +2,7 @@
# Config
MATTERMOST_REMOTE="https://mattermost.zeus.gent"
MATTERMOST_REMOTE="https://gitlab.mattermost.com"