Skip to content

Commit

Permalink
doc: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathiksha-Nataraja committed Nov 9, 2023
1 parent b034bda commit 75a94aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ git clone https://github.com/HugoByte/aurras.git
cd aurras
```

3. Generate server token from https://console.firebase.google.com/project/[<PROJECT_NAME>/settings/cloudmessaging and add as env FIREBASE_API_KEY
3. Generate server token from https://console.firebase.google.com/project/<PROJECT_NAME>/settings/cloudmessaging and add as env FIREBASE_API_KEY

4. Deploy the actions using the deploy script. The script supports optional parameters which can be found [here](./docs/configuration.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/integration-testing-for-payout-notify.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
10. User can login with the credentials mentioned during the registration, this will create the JWT token
```
curl -X POST "<API_HOST>/api/v1/web/guest/default/user-login.json?blocking=true&result=true" -H 'Content-Type: application/json' -u "23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123z03xZCLrMN6v2BKK1dXYFpX1PkCcOFqm12CdAsMgRU4VrNZ9lyGVCGUMDGIWP" -d '{"email": "administrator@gmail.com", "password": "password"}' -k
curl -X POST "<API_HOST>/api/v1/web/guest/default/user-login.json?blocking=true&result=true" -H 'Content-Type: application/json' -u "23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123z03xZCLrMN6v2BKK1dXYFpX1PkCcOFqm12CdAsMgRU4VrNZ9lyGVCGUMDGIWP" -d '{"email": "email@gmail.com", "password": "password"}' -k
```
11. Perform the action invoke `user-login` by giving the below command, this will create a user token
Expand Down

0 comments on commit 75a94aa

Please sign in to comment.