Skip to content

Commit

Permalink
Clarify local connection option (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Jan 22, 2024
1 parent 3c4be9d commit 4c1bf9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions temporal-spring-boot-autoconfigure-alpha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The following configuration connects to a locally started Temporal Server
spring.temporal:
connection:
target: local # you can specify a host:port here for a remote connection
# specifying local is equivalent to WorkflowServiceStubs.newLocalServiceStubs() so all other connection options are ignored.
# enable-https: true
# namespace: default # you can specify a custom namespace that you are using
```
Expand Down

0 comments on commit 4c1bf9f

Please sign in to comment.