chore: replace weak example API key with strong generated key
This commit is contained in:
+3
-1
@@ -1 +1,3 @@
|
|||||||
API_KEY=my-super-secret-key-123
|
# Generate your own strong key, for example:
|
||||||
|
# python3 -c "import secrets; print(secrets.token_urlsafe(32))"
|
||||||
|
API_KEY=xe7qa_dWQm_q-bGPC4UMbvYiKPDMp5d_8Y_VPw3BrxQ
|
||||||
|
|||||||
Reference in New Issue
Block a user