You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| TW_UI_PHOTOTREE_FILTER_TMPL | Any valid search template name. Default is `year_month`| Search template to use in photo tree |
21
22
| TW_IDX_CLUSTER_EMBEDDED |`true` (default), `false`| Use TinyWorld's embedded cluster (OpenSearch). Set to `false` to use your own ElasticSearch / OpenSearch cluster |
22
23
| TW_IDX_CLUSTER_EMBEDDED_EXPOSE |`true`, `false` (default) | Expose embedded cluster to external machines (with CORS enabled as well) |
23
-
| TW_IDX_CLUSTER_ADDRESS |any address. Default is `localhost`| Address of OpenSearch / Elasticsearch cluster |
24
-
| TW_IDX_CLUSTER_PORT |a valid port number. Default is `9200`| Cluster listening port |
25
-
| TW_IDX_CLUSTER_INDEX |any valid index name. Default is `photos`| Cluster index name |
24
+
| TW_IDX_CLUSTER_ADDRESS |Any address. Default is `localhost`| Address of OpenSearch / Elasticsearch cluster |
25
+
| TW_IDX_CLUSTER_PORT |A valid port number. Default is `9200`| Cluster listening port |
26
+
| TW_IDX_CLUSTER_INDEX |Any valid index name. Default is `photos`| Cluster index name |
0 commit comments