Skip to content

Commit

Permalink
Fix invalid config perperties (#839)
Browse files Browse the repository at this point in the history
Change-Id: I6bd251aeb50eccc2210dd863c111f0c9adb7ffa5
  • Loading branch information
frankfliu authored Apr 9, 2021
1 parent cc54bd0 commit 59b3976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions serving/serving/src/main/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# inference_address=http://127.0.0.1:8080
# management_address=http://127.0.0.1:8080
# management_address=unix:/tmp/management.sock
model_store=models # $MODEL_SERVER_HOME/models
model_store=models
load_models=ALL
# model_url_pattern=.*
# number_of_netty_threads=0
Expand All @@ -13,9 +13,9 @@ load_models=ALL
# cors_allowed_origin=*
# cors_allowed_methods=*
# cors_allowed_headers=*
# keystore=conf/keystore.p12 # $MODEL_SERVER_HOME/conf
# keystore=conf/keystore.p12
# keystore_pass=changeit
# keystore_type=PKCS12
# private_key_file=conf/key.pem # $MODEL_SERVER_HOME/conf
# certificate_file=conf/certs.pem # $MODEL_SERVER_HOME/conf
# private_key_file=conf/key.pem
# certificate_file=conf/certs.pem
# max_request_size=10485760

0 comments on commit 59b3976

Please sign in to comment.