mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 12:53: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": {
|
"webhooks": {
|
||||||
"defaultHeaders": {
|
"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": {
|
"webhooks": {
|
||||||
"defaultHeaders": {
|
"defaultHeaders": {
|
||||||
"Authroization": "Bearer ${ process.env.WEBHOOK_TOKEN }"
|
"Authorization": "Bearer ${ process.env.WEBHOOK_TOKEN }"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user