Slide 26
Slide 26 text
SECURITY - CONNECTION
file: conf/neo4j-server.properties
#
http
port
(for
all
data,
administrative,
and
UI
access)
org.neo4j.server.webserver.port=7474
#let
the
webserver
only
listen
on
the
specified
IP.
Default
#is
localhost
(only
accept
local
connections).
Uncomment
to
allow
#any
connection.
org.neo4j.server.webserver.address=0.0.0.0
http://neo4j.com/docs/stable/security-server.html
Be Security Aware: Never switch off IP filter in production