Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Neo4j: change default Browser settings

Tags:

neo4j

I want "Do not use Bolt" checkbox being checked by default in Neo4j Browser Settings.

Setting dbms.connector.bolt.enabled=false doesn't affect this field in browser.

I'm using Neo4j 3.1.4

How can I change Browser Settings default values?

like image 252
Kateryna Khotkevych Avatar asked Dec 09 '25 11:12

Kateryna Khotkevych


1 Answers

For now the only solution I found is to change the default settings in neo4j-browser-<version>.jar.

To change useBolt setting you need to change useBolt:!0 to useBolt:!1 in the JavaScript file located in browser/scripts folder of jar file.

This solution was tested for neo4j-browser version 2.0.0-M10.

Or alternatively you can try to clone neo4j-browser, make needed changes and build a jar file.

It would be nice to have an ability to change such settings via a configuration file.

like image 122
Kateryna Khotkevych Avatar answered Dec 14 '25 21:12

Kateryna Khotkevych



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!