Skip to content

Commit

Permalink
Merge pull request #207 from PrivateAIM/chore/refactoring
Browse files Browse the repository at this point in the history
Refactoring application to use effect framework
  • Loading branch information
DiCanio authored Jul 31, 2024
2 parents c256b96 + 23a3f86 commit 861e787
Show file tree
Hide file tree
Showing 56 changed files with 7,731 additions and 8,468 deletions.
37 changes: 37 additions & 0 deletions dev/README.md
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._

Loading

0 comments on commit 861e787

Please sign in to comment.