Module: config

This module is used to manage database configuration.

General usage:

🦝 > config <submodule>

config create

This submodule creates a new configuration file. The current configuration will be erased.

🦝 > config create

config update

This submodule updates the current configuration file.

To only update bolt URI:

🦝 > config update uri

To only update neo4j user:

🦝 > config update user

To only update neo4j password:

🦝 > config update password

To update all configuration file:

🦝 > config update all

config delete

This submodule resets configuration file to default.

🦝 > config delete

config verify

This submodule prints current configuration and database connection status.

🦝 > config verify