Browse Source

remove config

master
peter 6 years ago
parent
commit
e07f001514
3 changed files with 1 additions and 22 deletions
  1. 1
    0
      .gitignore
  2. 0
    11
      FrontworkAdminConf.json
  3. 0
    11
      config/FrontworkAdminConf.json

+ 1
- 0
.gitignore View File

@@ -1,4 +1,5 @@
1 1
 dist
2
+config
2 3
 .rpt2_cache
3 4
 node_modules
4 5
 lib

+ 0
- 11
FrontworkAdminConf.json View File

@@ -1,11 +0,0 @@
1
-{
2
-  "httpPort": 8080,
3
-  "eventBusConf": {},
4
-  "dbConf": {
5
-    "client": "sqlite3",
6
-    "connection": {
7
-      "filename": "/home/cake/frontwork/lib/data/frontworkAdmin.sqlite"
8
-    },
9
-    "useNullAsDefault": true
10
-  }
11
-}

+ 0
- 11
config/FrontworkAdminConf.json View File

@@ -1,11 +0,0 @@
1
-{
2
-  "httpPort": 8080,
3
-  "eventBusConf": {},
4
-  "dbConf": {
5
-    "client": "sqlite3",
6
-    "connection": {
7
-      "filename": "/home/cake/frontwork/lib/data/frontworkAdmin.sqlite"
8
-    },
9
-    "useNullAsDefault": true
10
-  }
11
-}

Loading…
Cancel
Save