summaryrefslogtreecommitdiff
path: root/net-mgmt/semaphore/files/patch-config.json
blob: 441afa2f365a3fef5946afda05680a04a918e351 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- config.json.orig	2017-03-28 21:33:04 UTC
+++ config.json
@@ -0,0 +1,10 @@
+{
+    "mysql": {
+        "host": "127.0.0.1:3306",
+        "user": "root",
+        "pass": "",
+        "name": "semaphore"
+    },
+    "session_db": "127.0.0.1:6379",
+    "port": ":3000"
+}