Add remote URL in README and change default
This commit is contained in:
parent
099762e704
commit
02a1bad183
2 changed files with 3 additions and 2 deletions
|
@ -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/).
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
# Config
|
||||
MATTERMOST_REMOTE="https://mattermost.zeus.gent"
|
||||
MATTERMOST_REMOTE="https://gitlab.mattermost.com"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue