@omer-x/buttler
Version:
automates CI/CD workflows using Docker and GitHub webhooks
60 lines • 1.55 kB
JSON
{
"version": 4,
"routes": {
"/settings": {
"experimentalBypassFor": [
{
"type": "header",
"key": "Next-Action"
},
{
"type": "header",
"key": "content-type",
"value": "multipart/form-data;.*"
}
],
"initialRevalidateSeconds": false,
"srcRoute": "/settings",
"dataRoute": "/settings.rsc",
"allowHeader": [
"host",
"x-matched-path",
"x-prerender-revalidate",
"x-prerender-revalidate-if-generated",
"x-next-revalidated-tags",
"x-next-revalidate-tag-token"
]
},
"/": {
"experimentalBypassFor": [
{
"type": "header",
"key": "Next-Action"
},
{
"type": "header",
"key": "content-type",
"value": "multipart/form-data;.*"
}
],
"initialRevalidateSeconds": false,
"srcRoute": "/",
"dataRoute": "/index.rsc",
"allowHeader": [
"host",
"x-matched-path",
"x-prerender-revalidate",
"x-prerender-revalidate-if-generated",
"x-next-revalidated-tags",
"x-next-revalidate-tag-token"
]
}
},
"dynamicRoutes": {},
"notFoundRoutes": [],
"preview": {
"previewModeId": "86a83595ec82598f3f3969b10a96e1f7",
"previewModeSigningKey": "63bcfe6c66944d4897caf7f20520ac4041d2eaf842bf23bb491c4749123df706",
"previewModeEncryptionKey": "25af439226959e4a6e5b4ff1da9b3f1834762f4fee1171a52bdafd1c8a3fb127"
}
}