generated from PrivateAIM/typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #207 from PrivateAIM/chore/refactoring
Refactoring application to use effect framework
- Loading branch information
Showing
56 changed files
with
7,731 additions
and
8,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Dev | ||
|
||
Contains a setup useful for development purposes. | ||
|
||
> [!CAUTION] | ||
> This is not meant to be used in production! | ||
## Ports | ||
Services can be accessed using the following ports: | ||
|
||
| Service | Ports | | ||
|----------|--------------| | ||
| Keycloak | 18080, 10433 | | ||
| MongoDB | 17017 | | ||
|
||
## Important information | ||
|
||
For accessing Keycloak's admin console make use of the following information: | ||
|
||
| | Value | | ||
|---------------|-------| | ||
| Admin Username | admin | | ||
| Admin Password | admin | | ||
|
||
|
||
For requesting/validating an access token make use of the following information: | ||
|
||
| | Value | | ||
|---------------|------------------------------------------------------------------------| | ||
| Realm | privateaim | | ||
| Client | message-broker | | ||
| Grant Type | client_credentials | | ||
| Client Secret | thtiFoImj6rvrfTvKkiOlSigRcYLbQwf | | ||
| JWKS | http://localhost:18080/realms/privateaim/protocol/openid-connect/certs | | ||
|
||
_The client secret is shared here since it is just a development environment that's not being used production._ | ||
|
Oops, something went wrong.