We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4be9d commit 4c1bf9fCopy full SHA for 4c1bf9f
temporal-spring-boot-autoconfigure-alpha/README.md
@@ -18,6 +18,7 @@ The following configuration connects to a locally started Temporal Server
18
spring.temporal:
19
connection:
20
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.
22
# enable-https: true
23
# namespace: default # you can specify a custom namespace that you are using
24
```
0 commit comments