File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,28 +15,28 @@ rules = [
15
15
16
16
[[routes ]]
17
17
# Refer to https://developers.cloudflare.com/workers/wrangler/configuration/#routes
18
- pattern = " shz.al "
18
+ pattern = " share.lius.me "
19
19
custom_domain = true
20
20
21
21
[[kv_namespaces ]]
22
22
binding = " PB" # do not touch this
23
- id = " cc398e983a234aa19de5ea6af571a483 " # id of your KV namespace
23
+ id = " fd74a481158b4dbe9f45c5ec446b727b " # id of your KV namespace
24
24
25
25
[vars ]
26
26
# must be consistent with your routes
27
- BASE_URL = " https://shz.al "
27
+ BASE_URL = " https://share.lius.me "
28
28
29
29
# url to repo, displayed in the index page
30
- REPO = " https://github.com/SharzyL /pastebin-worker"
30
+ REPO = " https://github.com/willow-god /pastebin-worker"
31
31
32
32
# url to the favicon
33
33
FAVICON = " https://sharzy.in/favicon-32x32.png"
34
34
35
35
# the name displayed in TOS
36
- TOS_MAINTAINER = " Sharzy "
36
+ TOS_MAINTAINER = " LiuShen "
37
37
38
38
# the email displayed in TOS
39
-
39
+
40
40
41
41
# Cache-Control max-age for static pages
42
42
CACHE_STATIC_PAGE_AGE = 7200
You can’t perform that action at this time.
0 commit comments