Added protocol var to example and template
This commit is contained in:
parent
f140ea5d7e
commit
aee072b4a0
2 changed files with 2 additions and 0 deletions
|
|
@ -29,5 +29,6 @@ POSTGRES_HOST=fyp-postgres-dev
|
||||||
POSTGRES_PORT=5432
|
POSTGRES_PORT=5432
|
||||||
|
|
||||||
# Inference server
|
# Inference server
|
||||||
|
INFERENCE_PROTOCOL=http
|
||||||
INFERENCE_HOST=fyp-inference-dev
|
INFERENCE_HOST=fyp-inference-dev
|
||||||
INFERENCE_PORT=8001
|
INFERENCE_PORT=8001
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ POSTGRES_HOST=localhost
|
||||||
POSTGRES_PORT=5432
|
POSTGRES_PORT=5432
|
||||||
|
|
||||||
# Inference server
|
# Inference server
|
||||||
|
INFERENCE_PROTOCOL=http
|
||||||
INFERENCE_HOST=localhost
|
INFERENCE_HOST=localhost
|
||||||
INFERENCE_PORT=8001
|
INFERENCE_PORT=8001
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue