Skip to content

Commit

Permalink
docs: update documentation (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Apr 11, 2024
1 parent c159fd8 commit de50ac3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/onecx-quarkus/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:project-version: 0.14.0
:project-version: 0.15.0
:quarkus-version: 3.9.3

:examples-dir: ./../examples/
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ifndef::add-copy-button-to-env-var[]
Environment variable: `+++ONECX_PERMISSIONS_SERVICE_CLIENT_URL+++`
endif::add-copy-button-to-env-var[]
--|string
|`http://onecx-permission:8080`
|`http://onecx-permission-svc:8080`


a| [[onecx-permissions_onecx-permissions-enabled]]`link:#onecx-permissions_onecx-permissions-enabled[onecx.permissions.enabled]`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class PermissionRuntimeConfig {
* Tenant client URL configuration.
* This property is alias for rest-client generated configuration property `quarkus.rest-client.onecx_permission.url`
*/
@ConfigItem(name = "service.client.url", defaultValue = "http://onecx-permission:8080")
@ConfigItem(name = "service.client.url", defaultValue = "http://onecx-permission-svc:8080")
String clientUrl;

/**
Expand Down

0 comments on commit de50ac3

Please sign in to comment.