Example code for MSB SDK
[msb/java-sdk.git] / example / src / main / resources / example.yml
diff --git a/example/src/main/resources/example.yml b/example/src/main/resources/example.yml
new file mode 100644 (file)
index 0000000..b325acf
--- /dev/null
@@ -0,0 +1,9 @@
+server:
+  type: simple
+  rootPath: '/api/rpc/v1/*'
+  applicationContextPath: /
+  adminContextPath: /admin
+  connector:
+    type: http
+    port: 9090
+  
\ No newline at end of file