Skip to content

Commit 4c1bf9f

Browse files
Clarify local connection option (#1976)
1 parent 3c4be9d commit 4c1bf9f

File tree

1 file changed

+1
-0
lines changed
  • temporal-spring-boot-autoconfigure-alpha

1 file changed

+1
-0
lines changed

temporal-spring-boot-autoconfigure-alpha/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The following configuration connects to a locally started Temporal Server
1818
spring.temporal:
1919
connection:
2020
target: local # you can specify a host:port here for a remote connection
21+
# specifying local is equivalent to WorkflowServiceStubs.newLocalServiceStubs() so all other connection options are ignored.
2122
# enable-https: true
2223
# namespace: default # you can specify a custom namespace that you are using
2324
```

0 commit comments

Comments
 (0)