tangled
alpha
login
or
join now
flo-bit.dev
/
blento
your personal website on atproto - mirror
blento.app
20
fork
atom
overview
issues
pulls
pipelines
fix wrangler
Florian
1 week ago
21079b5f
17e68da2
+10
-4
1 changed file
expand all
collapse all
unified
split
wrangler.jsonc
+10
-4
wrangler.jsonc
···
33
* https://developers.cloudflare.com/workers/configuration/secrets/
34
*/
35
"vars": {
36
-
"PUBLIC_HANDLE": "polijn.org",
37
-
"PUBLIC_IS_SELFHOSTED": "true",
38
-
"PUBLIC_DOMAIN": "https://polijn.org",
39
"PUBLIC_GIPHY_API_TOKEN": "ltXijv1bkNPrEgnpJ0tIdLWXjnAeE7bL"
40
-
}
0
0
0
0
0
0
41
42
/**
43
* Service Bindings (communicate between multiple Workers)
···
33
* https://developers.cloudflare.com/workers/configuration/secrets/
34
*/
35
"vars": {
36
+
"PUBLIC_HANDLE": "blento.app",
37
+
"PUBLIC_IS_SELFHOSTED": "",
38
+
"PUBLIC_DOMAIN": "https://blento.app",
39
"PUBLIC_GIPHY_API_TOKEN": "ltXijv1bkNPrEgnpJ0tIdLWXjnAeE7bL"
40
+
},
41
+
"kv_namespaces": [
42
+
{
43
+
"binding": "USER_DATA_CACHE",
44
+
"id": "d6ff203259de48538d332b0a5df258a7"
45
+
}
46
+
]
47
48
/**
49
* Service Bindings (communicate between multiple Workers)