tweak README.md
This commit is contained in:
parent
52eb716d61
commit
20f12c6f2b
@ -5,7 +5,7 @@ Note: Please refrain from using your own file server if you do not have a reliab
|
||||
2. `npm ci`
|
||||
3. `echo "press random keys on your keyboard here" > auth.txt`
|
||||
4. `node qonq.js`, `pm2 start qonq.js`, or run however you like
|
||||
> You can set `PORT` and `ADDRESS` env variables if necessary.
|
||||
You can set `PORT` and `ADDRESS` env variables if necessary.
|
||||
|
||||
## ShareX config
|
||||
```
|
||||
@ -13,7 +13,7 @@ Note: Please refrain from using your own file server if you do not have a reliab
|
||||
"Version": "12.4.1",
|
||||
"DestinationType": "ImageUploader, TextUploader, FileUploader",
|
||||
"RequestMethod": "POST",
|
||||
"RequestURL": "https://localhost:8568/upload",
|
||||
"RequestURL": "http://localhost:8568/upload",
|
||||
"Headers": {
|
||||
"authentication": "paste contents of auth.txt here"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user