Merge pull request #600 from alexjball/patch-1

Fix typo in TYPESENSE_API_ADDRESS env handling
This commit is contained in:
Kishore Nallan 2022-05-27 11:38:34 +05:30 committed by GitHub
commit 42b0f9cf33

View File

@ -255,7 +255,7 @@ public:
}
if(!get_env("TYPESENSE_API_ADDRESS").empty()) {
this->api_address = get_env("TYPESENSE_LISTEN_ADDRESS");
this->api_address = get_env("TYPESENSE_API_ADDRESS");
}
if(!get_env("TYPESENSE_API_PORT").empty()) {