Skip to content
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.

Commit

Permalink
integrate loki overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
neuroscr committed Sep 17, 2019
1 parent 3c17c32 commit 117b587
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ node_modules
*.DS_Store
attic
config.models.json
loki.ini*
6 changes: 5 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,11 @@ var mounts=nconf.get('web:mounts') || [
{
"destination": "",
"dialect": "appdotnet_official"
}
},
{
"destination": "",
"dialect": "loki"
},
];
var dialects={};
for(var i in mounts) {
Expand Down
4 changes: 4 additions & 0 deletions config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"destination": "",
"dialect": "appdotnet_official"
},
{
"destination": "",
"dialect": "loki"
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
"main": "app.js",
"dependencies": {
"body-parser": "^1.19.0",
"bytebuffer": "^5.0.1",
"caminte": "0.0.33",
"cookies": "0.5.x",
"event-stream": "3.3.x",
"express": "^4.17.1",
"human-format": "0.5.x",
"libsignal": "^2.0.1",
"loki-launcher": "^1.0.0",
"multer": "^1.3.0",
"mysql": "^2.14.0",
"nconf": "0.8.x",
"node-fetch": "^2.6.0",
"qs": "5.2.x",
"redis": "2.2.x",
"request": "^2.68.0",
Expand Down

0 comments on commit 117b587

Please sign in to comment.