mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 20:33:03 +00:00
Merge branch 'master' into fix/5092
This commit is contained in:
commit
a8fbccafdf
@ -245,7 +245,7 @@ You can configure these global headers by updating the file at `./config/environ
|
||||
{
|
||||
"webhooks": {
|
||||
"defaultHeaders": {
|
||||
"Authroization": "Bearer my-very-secured-token"
|
||||
"Authorization": "Bearer my-very-secured-token"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -259,7 +259,7 @@ You can configure these global headers by updating the file at `./config/environ
|
||||
{
|
||||
"webhooks": {
|
||||
"defaultHeaders": {
|
||||
"Authroization": "Bearer ${ process.env.WEBHOOK_TOKEN }"
|
||||
"Authorization": "Bearer ${ process.env.WEBHOOK_TOKEN }"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user