Skip to content

Commit

Permalink
♻️ #18: refactor hazelcast profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhir committed Jul 26, 2024
1 parent fc29085 commit 41d5d57
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions refarch-gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ Beside the default behaviour there are some special route prefixes which are han

## Profiles

| Profile | Description |
|----------------|---------------------------------------------------------------------------------------------------|
| `json-logging` | Switches logging from textual to JSON output. |
| `no-security` | Disables complete security like authentication, authorization, csrf etc. Routing works as normal. |
| Profile | Description |
|-------------------|---------------------------------------------------------------------------------------------------|
| `json-logging` | Switches logging from textual to JSON output. |
| `no-security` | Disables complete security like authentication, authorization, csrf etc. Routing works as normal. |
| `hazelcast-local` | Configures Spring Session Hazelcast for connection via localhost (i.e. local development). |
| `hazelcast-k8s` | Configures Spring Session Hazelcast for usage in Kubernetes/OpenShift cluster. |

## Configuration

Expand Down

0 comments on commit 41d5d57

Please sign in to comment.