Skip to content

Commit 284b6fe

Browse files
committed
fix: default deployment route
1 parent c9fd74b commit 284b6fe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

env.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"POLYKEY_NETWORK_STATUS_HOST": {
2121
"type": "string",
22-
"default": "mainnet.polykey.com",
22+
"default": "testnet.polykey.com",
2323
"description": "PKNS Host"
2424
},
2525
"POLYKEY_NETWORK_STATUS_PORT": {

wrangler.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ send_metrics = false
44
compatibility_date = "2024-09-23"
55
routes = [
66
{ pattern = "dev.testnet.polykey.com", custom_domain = true },
7-
{ pattern = "dev.mainnet.polykey.com", custom_domain = true },
87
]
98
[site]
109
bucket = "./public"

0 commit comments

Comments
 (0)