Update readme to use assets/override instead of config.secret.json (#808)

This commit is contained in:
Harrison Healey 2017-08-01 19:05:59 -04:00 committed by enahum
parent f6bdbb941a
commit e30ed26977

View file

@ -97,7 +97,7 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
$ npm install -g react-native-cli
```
- Add or edit file `src/config/config.secret.json` and add the url to the Mattermost server that you will use to develop:
- You can create a file named `assets/override/config.json` and add the url to the Mattermost server that you will use to develop:
`{
"DefaultServerUrl": "https://pre-release.mattermost.com"
}`