Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow removal of configuration properties #19

Open
wants to merge 2 commits into
base: 1.3
Choose a base branch
from

Conversation

klobuczek
Copy link

neoctrl-configure has no way to disable existing or newly added configuration properties.

The current behavior of

neoctrl-configure prop1=

is that it will create an entry in neo4jj.conf

prop1=

At the moment it isn't well defined what this means and to my knowledge, there is no configuration requiring empty value.

This PR repurposes the notation

neoctrl-configure prop1=

to modify the neo4j.conf in the following way

#prop1=old_value

and thus allowing to achieve any valid configuration with neoctrl-configure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant