Skip to content

Commit d8905fc

Browse files
authored
Update wrangler.toml
1 parent efc882e commit d8905fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

wrangler.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,28 @@ rules = [
1515

1616
[[routes]]
1717
# Refer to https://developers.cloudflare.com/workers/wrangler/configuration/#routes
18-
pattern = "shz.al"
18+
pattern = "share.lius.me"
1919
custom_domain = true
2020

2121
[[kv_namespaces]]
2222
binding = "PB" # do not touch this
23-
id = "cc398e983a234aa19de5ea6af571a483" # id of your KV namespace
23+
id = "fd74a481158b4dbe9f45c5ec446b727b" # id of your KV namespace
2424

2525
[vars]
2626
# must be consistent with your routes
27-
BASE_URL = "https://shz.al"
27+
BASE_URL = "https://share.lius.me"
2828

2929
# 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"
3131

3232
# url to the favicon
3333
FAVICON = "https://sharzy.in/favicon-32x32.png"
3434

3535
# the name displayed in TOS
36-
TOS_MAINTAINER = "Sharzy"
36+
TOS_MAINTAINER = "LiuShen"
3737

3838
# the email displayed in TOS
39-
TOS_MAIL = "[email protected]"
39+
TOS_MAIL = "[email protected]"
4040

4141
# Cache-Control max-age for static pages
4242
CACHE_STATIC_PAGE_AGE = 7200

0 commit comments

Comments
 (0)