Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into custom_host_URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Feb 2, 2017
2 parents c8e13a6 + 33a08e1 commit 2ae906a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -22,11 +22,13 @@ The "appId" is the UUID which designates your commcare project as different from
everyone elses. It can be found in the URL of your application when you first
enter it from the project screen. I.e., the last part of this url: `https://www.commcarehq.org/a/YOUR_PROJECT/apps/view/YOUR_APP_ID/`

Note that the username is your full email address.

```json
{
"appId": "the-long-uuid-in-the-url-that-designates-a-unique-commcare-project",
"password": "shhh",
"username": "openfn-test",
"username": "test@openfn.org",
"applicationName": "some-proof-of-concept",
"hostUrl": "https://www.commcarehq.org"
}
Expand Down

0 comments on commit 2ae906a

Please sign in to comment.