summaryrefslogtreecommitdiffstats
path: root/cfg
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2020-06-25 10:46:46 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2020-06-26 14:55:23 +0200
commit866b6c5e3766f65719f730ac4dac11b221a6692a (patch)
tree156e77509f6edaf2178e31e01987f367cc6d9c7f /cfg
parentc0f5d2c2068968822c2d1d397bf84447ae2e5642 (diff)
#988 add json configuration file
New configuration file at /opt/opengnsys/cfg/ogserver.json
Diffstat (limited to 'cfg')
-rw-r--r--cfg/ogserver.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/cfg/ogserver.json b/cfg/ogserver.json
new file mode 100644
index 0000000..009d436
--- /dev/null
+++ b/cfg/ogserver.json
@@ -0,0 +1,15 @@
+{
+ "rest" : {
+ "ip" : "127.0.0.1",
+ "port" : "8888",
+ "api_token": "5a5ca1172136299640a9f47469237e0a"
+ },
+ "database" : {
+ "name" : "opengnsys",
+ "user" : "mysql",
+ "pass" : "mysql"
+ },
+ "wol" : {
+ "interface" : "lo"
+ }
+}