mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-12 01:01:34 -04:00
implementing options to make PairDrop reachable on localhost only to prevent bypassing the proxy server on production
This commit is contained in:
parent
bac272c0f3
commit
58a32d43b3
3 changed files with 43 additions and 22 deletions
|
@ -4,9 +4,8 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js public",
|
||||
"start:prod": "node index.js public --rate-limit --auto-restart",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "node index.js",
|
||||
"start:prod": "node index.js --rate-limit --auto-restart"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue