Fixed auth security
This commit is contained in:
@ -4,4 +4,5 @@ S3_ACCESS_KEY=your_access_key_here
|
||||
S3_SECRET_KEY=your_secret_key_here
|
||||
S3_BUCKET_NAME=your_bucket_name
|
||||
SECRET_CODE=super_secret_code
|
||||
ADMIN_CODE=super_secret_code
|
||||
ADMIN_CODE=super_secret_code
|
||||
JWT_SECRET=your_jwt_secret_key_here_make_it_long_and_random
|
Reference in New Issue
Block a user