Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 378 Bytes

File metadata and controls

17 lines (11 loc) · 378 Bytes

TinyWorld UI

Testing

Using default configuration (with embedded OpenSearch cluster):

make run-ui

Using environment variables to override default config and use an external local cluster at "localhost:9200":

TW_IDX_CLUSTER_EMBEDDED=false make run-ui

Refer to Configuration's README for list of available environment variables