diff options
Diffstat (limited to 'ResmanagementService/service/src/integration-test/resources/server.properties')
-rw-r--r-- | ResmanagementService/service/src/integration-test/resources/server.properties | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ResmanagementService/service/src/integration-test/resources/server.properties b/ResmanagementService/service/src/integration-test/resources/server.properties new file mode 100644 index 0000000..44f3fdf --- /dev/null +++ b/ResmanagementService/service/src/integration-test/resources/server.properties @@ -0,0 +1,14 @@ + +## Integration Test Server Configuration File + +## Server IpAddress +serverip=127.0.0.1 + +## Server Port +serverport=8080 + +## Http Moco Server Port +mocohttpport=12306 + +## Https Moco Server Port +mocohttpsport=12307
\ No newline at end of file |