From 36d265378bad8b091bcb28a0f17e11c3129b225e Mon Sep 17 00:00:00 2001
From: Malte Bauch <malte.bauch@stud.h-da.de>
Date: Wed, 14 Oct 2020 18:18:18 +0200
Subject: [PATCH] updated gosdn config

---
 configs/gosdn.toml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/configs/gosdn.toml b/configs/gosdn.toml
index 26d755b34..c749257f4 100644
--- a/configs/gosdn.toml
+++ b/configs/gosdn.toml
@@ -1,4 +1,7 @@
-#example gosdn.toml
-CliSocket       = "localhost:55055"
-DatabaseSocket  = "bolt://141.100.70.170:7687"
-ConfigPath      = "./configs/gosdn.toml"
+# example config
+CliSocket = "localhost:55055"
+DatabaseSocket = "bolt://141.100.70.170:7687"
+DatabaseUser = ""
+DatabasePassword = ""
+DatabaseCrypto = false
+ConfigPath = "./configs/gosdn.toml"
-- 
GitLab