commit 71d794d7448a3d423a50edc0f20195848ee4e801 Author: TPD94 Date: Tue Apr 22 02:02:49 2025 -0400 Create devine.yaml diff --git a/devine.yaml b/devine.yaml new file mode 100644 index 0000000..b48ff5e --- /dev/null +++ b/devine.yaml @@ -0,0 +1,19 @@ +remote_cdm: + - name: "CDRM_Project_API" + device_type: ANDROID + system_id: 22590 + security_level: 3 + host: "https://cdrm-project.com/remotecdm/widevine" + secret: "CDRM" + device_name: "CDRM" +key_vaults: + - type: SQLite + name: "Local" # arbitrary vault name + path: "C:/Users/key_vault.db" + - type: API + name: "Online Vault" + uri: "https://cdrm-project.com/api/cache" + token: "CDRM" + +cdm: + default: CDRM_Project_API \ No newline at end of file