diff --git a/apps/opensearch/.env b/apps/opensearch/.env index 53c350080..939c70b45 100644 --- a/apps/opensearch/.env +++ b/apps/opensearch/.env @@ -1,4 +1,5 @@ # You linux Server need: echo "vm.max_map_count=262144" >> /etc/sysctl.conf && sudo sysctl -p +# or temp setting: sudo sysctl -w vm.max_map_count=262144 # otherwise opensearch can't running W9_VERSION=latest @@ -11,6 +12,8 @@ W9_SEARCH_PORT_SET=9201 W9_MAGE_PORT_SET=9601 W9_HTTP_PORT=5601 W9_HTTP_PORT_SET=5601 +W9_LOGIN_USER=kibanaserver +W9_LOGIN_PASSWORD=kibanaserver W9_URL=appname.example.com W9_NETWORK=websoft9 -#### --------------------------------------------------------------------------------------- #### \ No newline at end of file +#### --------------------------------------------------------------------------------------- ####