Added protocol var to example and template

This commit is contained in:
Viswamedha Nalabotu 2026-03-20 23:54:03 +00:00
parent f140ea5d7e
commit aee072b4a0
2 changed files with 2 additions and 0 deletions

View file

@ -29,5 +29,6 @@ POSTGRES_HOST=fyp-postgres-dev
POSTGRES_PORT=5432
# Inference server
INFERENCE_PROTOCOL=http
INFERENCE_HOST=fyp-inference-dev
INFERENCE_PORT=8001

View file

@ -31,6 +31,7 @@ POSTGRES_HOST=localhost
POSTGRES_PORT=5432
# Inference server
INFERENCE_PROTOCOL=http
INFERENCE_HOST=localhost
INFERENCE_PORT=8001