Update README.md

This commit is contained in:
Muhammad Azeez 2021-01-18 18:36:05 +03:00 committed by GitHub
parent 04b6e1af7c
commit c6b89c88df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,3 +146,4 @@ dotnet run
## Notes
1. The APIs assume that the PostgreSQL database instance is on localhost and the username is `postgres` and password is `root`. If it's different, then you have to configure the APIs with the correct credentials.
1. We are using different tech stacks for different apps/APIs in this demo to show that an authorization server is language-agnostic and can be used by different tech stacks and in different use cases.