Skip to content

Commit e84868b

Browse files
authored
Merge pull request #160 from elimu-ai/jo-elimu-patch-1
docs: remove test environment
2 parents e2fe687 + 877ffc4 commit e84868b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,12 @@ For an example of another Android app using the `utils` library, see the Vitabu
5353

5454
## Development 👩🏽‍💻
5555

56-
During development, you can choose between 3 build types:
56+
During development, you can choose between two build types:
5757
1. `debug`
58-
2. `qa_test`
59-
3. `release`
58+
2. `release`
6059

61-
By default, both `debug` and `qa_test` are pointing to a webapp
62-
[test server](https://github.com/elimu-ai/webapp/blob/main/INSTALL.md#test-server). And if you want
60+
By default, both `debug` and `release` are pointing to a webapp
61+
[prod server](https://github.com/elimu-ai/webapp/blob/main/INSTALL.md). And if you want
6362
to run the webapp yourself on `localhost` while testing the Content Provider app, you can change
6463
the return value of the `getBaseUrl` method in
6564
[BaseApplication.java](app/src/main/java/ai/elimu/content_provider/BaseApplication.java):

0 commit comments

Comments
 (0)