Skip to content

Commit

Permalink
Merge branch 'master' of sinatra.cirsfid.unibo.it:/home/git/aknservices
Browse files Browse the repository at this point in the history
  • Loading branch information
obujor committed Mar 14, 2017
2 parents bca1db4 + 80f6961 commit ec01285
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"port": "9006"
}
"port": "42007"
}
12 changes: 6 additions & 6 deletions documentsdb/config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"mongodb": {
"url": "mongodb://sinatra.cirsfid.unibo.it:9006/documentsdb",
"url": "mongodb://localhost:42000/documentsdb",
"collections": {
"users": "dev_users"
"users": "cassazione_users"
}
},
"filesystem": {
"documents": "../data/documents/"
"documents": "/home/node/data/documents/cassazione/"
},
"users": {
"shared_folders": [
"/shared/"
"/acquisizione/",
"/spedizione/"
]
},
"existIsMainBackend": true,
Expand All @@ -23,7 +24,6 @@
},
"existdbPortal": {},
"abiword": {
"path": "/usr/bin/abiword",
"pathWin": "C:\\Users\\matteo.nardi7\\Applicazioni\\AbiWord\\bin\\AbiWord.exe"
"path": "/usr/bin/abiword"
}
}

0 comments on commit ec01285

Please sign in to comment.