summaryrefslogtreecommitdiffstats
path: root/cfg/ogserver.json
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2024-12-12 15:57:47 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-12-12 16:05:55 +0100
commit5e21716afba461a4debae8f99f0e6e967766bb28 (patch)
treee255c3b0783d61f3586922d6411a335b5b9495cd /cfg/ogserver.json
parent6a63218f85d80919c8bab87141f9f4c9c3acdfdf (diff)
cfg: add samba configuration and use it in ogrelive templatev1.2.5-28
add samba credentials to ogserver.json "samba" : { "user" : "og", "pass" : "test" } and use it in ogrelive template.
Diffstat (limited to 'cfg/ogserver.json')
-rw-r--r--cfg/ogserver.json4
1 files changed, 4 insertions, 0 deletions
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"
},