neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
400 stars 129 forks source link

Fix - Added standalonePasswordWarningHidden option to config-entrypoint.sh #784

Closed josepmonclus closed 5 months ago

josepmonclus commented 5 months ago

I have added the option to configure standalonePasswordWarningHidden property of config.json using docker environment variables. Without this is not possible to set this propoerty to True in order to hide the warning message.

Just added this new property to config-entrypoint.sh to set this property in config.json. False by default.

If necessary, I will update the documentation to reflect this new configuration option. Please let me know if this is required.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

nielsdejong commented 5 months ago

Hi @josepmonclus, thanks for the PR. For now we'd like to keep this as a 'hidden feature', so i think we're good to merge.

Thanks for the contribution!