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 9a2c8c7 commit 0de91d8Copy full SHA for 0de91d8
Readme.adoc
@@ -24,4 +24,15 @@ UNBLU_PASSWORD=hello-im-some-unblu-admin-user-password
24
MIDDLEWARE_URL=https://where.my.middleware.is.running
25
WEBHOOK_SECRET=a-very-secret-key
26
BOT_SECRET=another-very-secret-key
27
-----
+----
28
+
29
+=== Run the Application
30
31
+Run the following command in a terminal window:
32
33
+[source,bash]
34
35
+./gradlew bootRun
36
37
38
+Your middleware application is running on port http://localhost:8080
0 commit comments