<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://izara.io/wiki/index.php?action=history&amp;feed=atom&amp;title=Neo4j_Config_Settings</id>
	<title>Neo4j Config Settings - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://izara.io/wiki/index.php?action=history&amp;feed=atom&amp;title=Neo4j_Config_Settings"/>
	<link rel="alternate" type="text/html" href="https://izara.io/wiki/index.php?title=Neo4j_Config_Settings&amp;action=history"/>
	<updated>2026-05-02T15:37:28Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://izara.io/wiki/index.php?title=Neo4j_Config_Settings&amp;diff=2477&amp;oldid=prev</id>
		<title>Praew: Created page with &quot;= Neo4j Configuration = https://neo4j.com/docs/operations-manual/current/configuration/ &lt;br&gt;https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/ &lt;br&gt;The neo4j.conf file is the main source of configuration settings in Neo4j and includes the mappings of configuration setting keys to values. The location of the neo4j.conf file in the different configurations of Neo4j is listed in [Default file locations].  * into neo4j.conf file: ~$ cd /etc...&quot;</title>
		<link rel="alternate" type="text/html" href="https://izara.io/wiki/index.php?title=Neo4j_Config_Settings&amp;diff=2477&amp;oldid=prev"/>
		<updated>2023-08-15T07:40:14Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Neo4j Configuration = https://neo4j.com/docs/operations-manual/current/configuration/ &amp;lt;br&amp;gt;https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/ &amp;lt;br&amp;gt;The neo4j.conf file is the main source of configuration settings in Neo4j and includes the mappings of configuration setting keys to values. The location of the neo4j.conf file in the different configurations of Neo4j is listed in [Default file locations].  * into neo4j.conf file: ~$ cd /etc...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Neo4j Configuration =&lt;br /&gt;
https://neo4j.com/docs/operations-manual/current/configuration/&lt;br /&gt;
&amp;lt;br&amp;gt;https://neo4j.com/docs/operations-manual/current/configuration/configuration-settings/&lt;br /&gt;
&amp;lt;br&amp;gt;The neo4j.conf file is the main source of configuration settings in Neo4j and includes the mappings of configuration setting keys to values. The location of the neo4j.conf file in the different configurations of Neo4j is listed in [Default file locations].&lt;br /&gt;
&lt;br /&gt;
* into neo4j.conf file: ~$ cd /etc/neo4j and run:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
sudo nano neo4j.conf&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Default file locations ===&lt;br /&gt;
https://neo4j.com/docs/operations-manual/current/configuration/file-locations/#table-file-locations&lt;br /&gt;
&amp;lt;br&amp;gt;An overview of where files are stored in the different Neo4j distributions and the necessary file permissions for running Neo4j.&lt;br /&gt;
&lt;br /&gt;
=== Ports and Connectors ===&lt;br /&gt;
&lt;br /&gt;
*  '''Network connector configuration''' in neo4j.conf&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;text&amp;quot;&amp;gt;&lt;br /&gt;
# Bolt connector&lt;br /&gt;
dbms.connector.bolt.enabled=true&lt;br /&gt;
dbms.connector.bolt.listen_address=0.0.0.0:7687&lt;br /&gt;
&lt;br /&gt;
# HTTP Connector. There must be exactly one HTTP connector.&lt;br /&gt;
dbms.connector.http.enabled=true&lt;br /&gt;
dbms.connector.http.listen_address=0.0.0.0:7474&lt;br /&gt;
&lt;br /&gt;
# HTTPS Connector. There can be zero or one HTTPS connectors.&lt;br /&gt;
dbms.connector.https.enabled=true&lt;br /&gt;
dbms.connector.https.listen_address=0.0.0.0:7473&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* SSL policy configuration: in future maybe need to use in neo4j.conf&lt;/div&gt;</summary>
		<author><name>Praew</name></author>
	</entry>
</feed>