Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iAmWillShepherd authored Sep 19, 2022
1 parent fc46112 commit 1c6c6d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Thi s project assumes that you already have a OneSignal app created with push no
1. Rename _.env.example_ to _.env_ `mv .env.example .env`
2. Set environment variables

```
APP_ID can be found in the URL on the app dashboard 'https://app.onesignal.com/apps/<<APP_ID>>'
USER_AUTH_KEY -> https://app.onesignal.com/profile
REST_API_KEY -> https://app.onesignal.com/apps/<<APP_ID>>/settings/keys_and_ids
```
| Variable | Where to find
|:--|:--|
| APP_ID | URL in app dashboard |
| USER_AUTH_KEY | `https://app.onesignal.com/profile` |
| REST_API_KEY | `https://app.onesignal.com/apps/<<APP_ID>>/settings/keys_and_ids` |

3. Run `go run .`

Expand Down

0 comments on commit 1c6c6d6

Please sign in to comment.