chore: update activation and verification URLs in LicenseManager to new domain
This commit is contained in:
@@ -24,11 +24,8 @@ class LicenseManager:
|
||||
config_dir = os.path.expanduser("~/.config")
|
||||
|
||||
self.license_file = os.path.join(config_dir, "CursorPro", "license.json")
|
||||
self.activation_url = "http://119.8.35.41:3003/activate"
|
||||
self.verify_url = "http://119.8.35.41:3003/verify"
|
||||
# 开发环境
|
||||
# self.activation_url = "http://127.0.0.1:3000/activate"
|
||||
# self.verify_url = "http://127.0.0.1:3000/verify"
|
||||
self.activation_url = "http://cursor.chengazhen.me/activate"
|
||||
self.verify_url = "http://cursor.chengazhen.me/verify"
|
||||
self.key = b"Kj8nP9x2Qs5mY7vR4wL1hC3fA6tD0iB8"
|
||||
self.encryption_key = b"f1e2d3c4b5a6978899aabbccddeeff00112233445566778899aabbccddeeff00" # 与服务器端相同的密钥
|
||||
|
||||
|
||||
Reference in New Issue
Block a user