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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed Dec 2, 2016
1 parent 722c121 commit 33a08e1
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"
}
```
Expand Down

0 comments on commit 33a08e1

Please sign in to comment.