Skip to content

Commit

Permalink
removing unwanted scripts, adding jq binary, changing config to shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sreejan-chowdhury committed Jul 8, 2021
1 parent 944f59f commit 1a223d3
Show file tree
Hide file tree
Showing 14 changed files with 257 additions and 598 deletions.
2 changes: 1 addition & 1 deletion SpellChecker/sources/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ if (cluster.isMaster) {
if (config.has('ssl')) {
const privateKey = fs.readFileSync(config.get('ssl.key')).toString();
const certificateKey = fs.readFileSync(config.get('ssl.cert')).toString();
//const trustedCertificate = fs.readFileSync(config.get('ssl.ca')).toString();

//See detailed options format here: http://nodejs.org/api/tls.html#tls_tls_createserver_options_secureconnectionlistener
const options = {key: privateKey, cert: certificateKey};

Expand Down
63 changes: 0 additions & 63 deletions bin/common_util.py

This file was deleted.

239 changes: 0 additions & 239 deletions bin/configure.py

This file was deleted.

Loading

0 comments on commit 1a223d3

Please sign in to comment.