Merge branch '1.2.0' of https://github.com/frikky/shuffle into 1.2.0

This commit is contained in:
frikky
2023-02-08 03:14:13 +01:00
+1 -1
View File
@@ -85,7 +85,7 @@ npm start
## Backend - Golang
http://localhost:5001 - REST API - requires [>=go1.13](https://golang.org/dl/)
```bash
export SHUFFLE_OPENSEARCH_URL="http://localhost:9200"
export SHUFFLE_OPENSEARCH_URL="https://localhost:9200"
export SHUFFLE_ELASTIC=true
export SHUFFLE_OPENSEARCH_USERNAME=admin
export SHUFFLE_OPENSEARCH_PASSWORD=admin