feat: add API Key security for POST uploads

This commit is contained in:
Divlo
2022-04-08 18:46:36 +02:00
parent 7d8b88d5d2
commit ddab264c7f
11 changed files with 84 additions and 7 deletions

View File

@ -2,3 +2,4 @@ HOST='0.0.0.0'
PORT='8000'
NODE_ENV='development'
API_URL='http://localhost:8000'
API_KEY='apiKeySecret'