Kaynağa Gözat

chore: update activation and verification URLs in LicenseManager to new domain

cheng zhen 1 yıl önce
ebeveyn
işleme
6403682094
1 değiştirilmiş dosya ile 2 ekleme ve 5 silme
  1. 2 5
      license_manager.py

+ 2 - 5
license_manager.py

@@ -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"  # 与服务器端相同的密钥