From 5e21716afba461a4debae8f99f0e6e967766bb28 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Thu, 12 Dec 2024 15:57:47 +0100 Subject: cfg: add samba configuration and use it in ogrelive template add samba credentials to ogserver.json "samba" : { "user" : "og", "pass" : "test" } and use it in ogrelive template. --- cfg/ogserver.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cfg') diff --git a/cfg/ogserver.json b/cfg/ogserver.json index 2b94c2b..329ea60 100644 --- a/cfg/ogserver.json +++ b/cfg/ogserver.json @@ -11,6 +11,10 @@ "user" : "mysql", "pass" : "mysql" }, + "samba" : { + "user" : "og", + "pass" : "test" + }, "wol" : { "interface" : "lo" }, -- cgit v1.2.3-18-g5258