Skip to content

Commit

Permalink
Merge pull request combust#629 from ancasarb/608
Browse files Browse the repository at this point in the history
Fix default ports when running grpc/http requests
  • Loading branch information
ancasarb authored Jan 30, 2020
2 parents 54bc171 + 64eac94 commit 7a76df5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion mleap-grpc-server/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ml.combust.mleap.grpc.server {
port = 65327
port = 65328
port = ${?MLEAP_GRPC_PORT}

default {
Expand Down
13 changes: 0 additions & 13 deletions mleap-serving/src/main/resources/application.conf

This file was deleted.

3 changes: 3 additions & 0 deletions mleap-spring-boot/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
server:
port: ${MLEAP_HTTP_PORT:65327}
address: ${MLEAP_HTTP_HOSTNAME:0.0.0.0}

0 comments on commit 7a76df5

Please sign in to comment.