summaryrefslogtreecommitdiffstats
path: root/wso2/dropwizard-ioc-container/src/test/resources/example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'wso2/dropwizard-ioc-container/src/test/resources/example.yml')
-rw-r--r--wso2/dropwizard-ioc-container/src/test/resources/example.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/wso2/dropwizard-ioc-container/src/test/resources/example.yml b/wso2/dropwizard-ioc-container/src/test/resources/example.yml
new file mode 100644
index 0000000..c3ef0f0
--- /dev/null
+++ b/wso2/dropwizard-ioc-container/src/test/resources/example.yml
@@ -0,0 +1,8 @@
+server:
+ type: simple
+ rootPath: '/service/*'
+ applicationContextPath: /
+ connector:
+ type: http
+ port: 45673
+ \ No newline at end of file