remove config

This commit is contained in:
peter
2019-10-28 16:23:02 +01:00
parent 7bc1d54934
commit e07f001514
3 changed files with 1 additions and 22 deletions
+1
View File
@@ -1,4 +1,5 @@
dist dist
config
.rpt2_cache .rpt2_cache
node_modules node_modules
lib lib
-11
View File
@@ -1,11 +0,0 @@
{
"httpPort": 8080,
"eventBusConf": {},
"dbConf": {
"client": "sqlite3",
"connection": {
"filename": "/home/cake/frontwork/lib/data/frontworkAdmin.sqlite"
},
"useNullAsDefault": true
}
}
-11
View File
@@ -1,11 +0,0 @@
{
"httpPort": 8080,
"eventBusConf": {},
"dbConf": {
"client": "sqlite3",
"connection": {
"filename": "/home/cake/frontwork/lib/data/frontworkAdmin.sqlite"
},
"useNullAsDefault": true
}
}