fix: fix cloudlfare self hosting (#129)
This commit is contained in:
parent
29a0c9cc43
commit
c779d83cda
@ -7,16 +7,13 @@
|
|||||||
"observability": {
|
"observability": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
},
|
},
|
||||||
"routes": [
|
// Uncomment when deploying to the openseo.so Cloudflare account. Self-hosters
|
||||||
{
|
// should leave this commented (or replace with their own zone) — otherwise
|
||||||
"pattern": "app.openseo.so",
|
// `wrangler deploy` fails with "Could not find zone for app.openseo.so".
|
||||||
"custom_domain": true,
|
// "routes": [
|
||||||
},
|
// { "pattern": "app.openseo.so", "custom_domain": true },
|
||||||
{
|
// { "pattern": "www.app.openseo.so", "custom_domain": true },
|
||||||
"pattern": "www.app.openseo.so",
|
// ],
|
||||||
"custom_domain": true,
|
|
||||||
},
|
|
||||||
],
|
|
||||||
"workflows": [
|
"workflows": [
|
||||||
{
|
{
|
||||||
"name": "site-audit-workflow",
|
"name": "site-audit-workflow",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user