summaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
authorOpenGnSys Support Team <soporte-og@soleta.eu>2020-10-02 15:21:36 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-10-05 14:49:17 +0200
commit7500700777fa9b66d3bff94c6a0846d7ffdb2365 (patch)
tree5351b451683c641969e1ad13e08c6de3b5acdd21 /cfg
parenta67f27a092d947c3d1eb57b02fc461dd855fbd45 (diff)
#988 remove legacy configuration file
Add getopt parser and use json configuration file instead.
Diffstat (limited to 'cfg')
-rw-r--r--cfg/ogserver.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/cfg/ogserver.json b/cfg/ogserver.json
index 20ae5ac..0cb5eb7 100644
--- a/cfg/ogserver.json
+++ b/cfg/ogserver.json
@@ -13,5 +13,8 @@
},
"wol" : {
"interface" : "lo"
+ },
+ "repository" : {
+ "directory" : "/opt/opengnsys/images"
}
}