Skip to content

Commit 1ebe0e7

Browse files
authored
Merge pull request #12 from FusionAuth/11-add-server-notes-to-readme
add server notes to README
2 parents 88fd5b9 + 559a80f commit 1ebe0e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ You can log into the [FusionAuth admin UI](http://localhost:9011/admin) and look
3535

3636
The `complete-application` directory contains a minimal Angular app configured to authenticate with locally running FusionAuth.
3737

38+
* If you want to use your own server to perform the OAuth token exchange, update the `serverUrl` property of your [config object](https://github.com/FusionAuth/fusionauth-quickstart-javascript-angular-web/blob/main/complete-application/src/app/app.module.ts). See [example server implementation](https://github.com/FusionAuth/fusionauth-javascript-sdk-express).
39+
3840
Install dependencies and run the Angular app with:
3941
```
4042
cd complete-application

0 commit comments

Comments
 (0)