feat: add API Key security for POST uploads
This commit is contained in:
@ -2,3 +2,4 @@ HOST='0.0.0.0'
|
||||
PORT='8000'
|
||||
NODE_ENV='development'
|
||||
API_URL='http://localhost:8000'
|
||||
API_KEY='apiKeySecret'
|
||||
|
Reference in New Issue
Block a user