mirror of
https://github.com/typesense/typesense.git
synced 2025-05-18 12:42:50 +08:00
Merge pull request #600 from alexjball/patch-1
Fix typo in TYPESENSE_API_ADDRESS env handling
This commit is contained in:
commit
42b0f9cf33
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user