Trying to reinstate basic auth

This commit is contained in:
Chris Troutner
2020-11-11 07:48:40 -08:00
parent 0d05803462
commit b8589a54aa
4 changed files with 123 additions and 119 deletions
+2
View File
@@ -26,5 +26,7 @@ export LOCAL_RESTURL=http://127.0.0.1:3000/v3/
# slp-api alternative SLP validator.
export SLP_API_URL=http://10.0.0.5:5001/
# Basic Authentication password
export PRO_PASS=somerandomepassword:someotherrandompassword:aThirdPassword
npm start