From e30ed2697723246da1f4d482585863129bf63fe6 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 1 Aug 2017 19:05:59 -0400 Subject: [PATCH] Update readme to use assets/override instead of config.secret.json (#808) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edf48f587..27dcbf1a2 100644 --- a/README.md +++ b/README.md @@ -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" }`