Skip to content

Commit 48c777b

Browse files
vzicknerfiliphr
authored andcommitted
change Flowable Cloud to Flowable Trial
1 parent 3264920 commit 48c777b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ There are two ways that the application can be authenticated with a Flowable ins
9797
* Using HTTP Basic authentication with a provided username and password, as shown in the example above.
9898
* Using HTTP Bearer authentication with a provided access token. In that case the `.basic` properties are replaced by the `flowable.external.worker.rest.authentication.bearer.token=myTokenValue` property.
9999

100-
### Flowable Cloud
100+
### Flowable Trial
101101

102-
Connecting an external worker to the Flowable Cloud is simpler, since everything is pre-configured.
102+
Connecting an external worker to the Flowable Trial is simpler, since everything is pre-configured.
103103
It's required to either use the user credentials or to pre-configure a personal access token, for example:
104104

105105

workers/spring/autoconfigure/src/main/java/org/flowable/external/worker/spring/boot/ExternalWorkerRestProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class ExternalWorkerRestProperties implements InitializingBean {
2626
/**
2727
* The base URL of the Flowable application.
2828
*/
29-
private String baseUrl = "https://cloud.flowable.com/work/";
29+
private String baseUrl = "https://trial.flowable.com/work/";
3030

3131
/**
3232
* The context path of the External Job REST API

0 commit comments

Comments
 (0)