From dc747279432847cf5eb67193795a159dfdfbccaf Mon Sep 17 00:00:00 2001 From: chentianrui Date: Sat, 2 Aug 2025 14:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/config.ini | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/config.ini diff --git a/templates/config.ini b/templates/config.ini new file mode 100644 index 0000000..e65d727 --- /dev/null +++ b/templates/config.ini @@ -0,0 +1,4 @@ +[neo4j] +uri = bolt://10.1.6.34:7687 +user = neo4j +password = password \ No newline at end of file