Skip to content

Commit

Permalink
Merge pull request #6130 from mneedham/bolt-new-config
Browse files Browse the repository at this point in the history
Updating default config settings
  • Loading branch information
jakewins committed Dec 17, 2015
2 parents fe592bb + d91c3e6 commit e645ef8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ dbms.security.auth_enabled=#{dbms.security.require_auth}
#

# dbms.connector group configuration
dbms.connector.0.bolt.enabled=true
dbms.connector.0.bolt.tls.level=OPTIONAL
dbms.connector.0.enabled=true
dbms.connector.0.tls.level=OPTIONAL

# Uncomment to have Bolt accept non-local connections
# dbms.connector.0.bolt.address=0.0.0.0:7687
# dbms.connector.0.address=0.0.0.0:7687

#
# HTTP Connector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ dbms.security.auth_enabled=#{dbms.security.require_auth}
#

# dbms.connector group configuration
dbms.connector.0.bolt.enabled=true
dbms.connector.0.bolt.tls.level=OPTIONAL
dbms.connector.0.enabled=true
dbms.connector.0.tls.level=OPTIONAL

# Uncomment to have Bolt accept non-local connections
# dbms.connector.0.bolt.address=0.0.0.0:7687
# dbms.connector.0.address=0.0.0.0:7687

#
# HTTP Connector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dbms.security.auth_enabled=#{dbms.security.require_auth}
# Bolt protocol
#
# dbms.connector group configuration
dbms.connector.0.bolt.enabled=true
dbms.connector.0.bolt.tls.level=OPTIONAL
dbms.connector.0.enabled=true
dbms.connector.0.tls.level=OPTIONAL

# Uncomment to have Bolt accept non-local connections
# dbms.connector.0.bolt.address=0.0.0.0:7687
# dbms.connector.0.address=0.0.0.0:7687

#
# HTTP Connector
Expand Down

0 comments on commit e645ef8

Please sign in to comment.