diff options
author | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-12-12 15:57:47 +0100 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2024-12-12 16:05:55 +0100 |
commit | 5e21716afba461a4debae8f99f0e6e967766bb28 (patch) | |
tree | e255c3b0783d61f3586922d6411a335b5b9495cd /cfg | |
parent | 6a63218f85d80919c8bab87141f9f4c9c3acdfdf (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')
-rw-r--r-- | cfg/ogserver.json | 4 |
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" }, |