|
59 | 59 | "DisableIPv6": false, |
60 | 60 |
|
61 | 61 | // URLs and Endpoints on CodeProject.com |
62 | | - "ServerVersionCheckUrl": "https://www.codeproject.com/ai/version.aspx", // Check for latest version |
63 | | - "ServerDownloadUrl": "https://www.codeproject.com/ai/latest.aspx", // Link to download latest server |
| 62 | + // "ServerVersionCheckUrl": "https://www.codeproject.com/ai/version.aspx", // Check for latest version |
| 63 | + // "ServerDownloadUrl": "https://www.codeproject.com/ai/latest.aspx", // Link to download latest server |
| 64 | + |
| 65 | + // URLs and Endpoints on GitHub.io |
| 66 | + "ServerVersionCheckUrl": "https://codeproject.github.io/codeproject.ai/config/version.json", |
| 67 | + "ServerDownloadUrl": "https://codeproject.github.io/codeproject.ai/latest.html", // Link to download latest server |
64 | 68 |
|
65 | 69 | // These key/values are added to the set of environment variables when the backend analysis |
66 | 70 | // modules are launched. |
|
92 | 96 | "ModuleInstallTimeout": "00:20:00", |
93 | 97 |
|
94 | 98 | // URLs and Endpoints on CodeProject.com |
95 | | - "ModuleListUrl": "https://www.codeproject.com/ai/modules/list", // Location of the JSON list of modules that can be downloaded |
96 | | - "ModelListUrl": "https://www.codeproject.com/ai/models/list", // Location of the JSON list of models that can be downloaded |
97 | | - // "AssetStorageUrl": "https://codeproject-ai.s3.ca-central-1.amazonaws.com/server/assets/", |
98 | | - // "AssetStorageUrl": "https://codeproject-ai-bunny.b-cdn.net/server/assets/", |
99 | | - "AssetStorageUrl": "https://www.codeproject.com/ai/download/server/assets/", // Location of downloadable models |
| 99 | + // "ModuleListUrl": "https://www.codeproject.com/ai/modules/list", // Location of the JSON list of modules that can be downloaded |
| 100 | + // "ModelListUrl": "https://www.codeproject.com/ai/models/list", // Location of the JSON list of models that can be downloaded |
| 101 | + // "AssetStorageUrl": "https://www.codeproject.com/ai/download/server/assets/", // Location of downloadable models |
| 102 | + |
| 103 | + // URLs on Bunny.net |
| 104 | + "AssetStorageUrl": "https://codeproject-ai-bunny.b-cdn.net/server/assets/", |
| 105 | + // "ModuleListUrl": "https://codeproject-ai-bunny.b-cdn.net/modules/modules.json", |
| 106 | + // "ModelListUrl": "https://codeproject-ai-bunny.b-cdn.net/models/models.json", |
| 107 | + |
| 108 | + // URLs on github.io |
| 109 | + // "AssetStorageUrl": "https://codeproject.github.io/codeproject.ai/assets/", |
| 110 | + "ModuleListUrl": "https://codeproject.github.io/codeproject.ai/config/modules.json", |
| 111 | + "ModelListUrl": "https://codeproject.github.io/codeproject.ai/config/modules.json", |
100 | 112 |
|
101 | 113 | // The location of the AI modules (pre-installed and downloaded/side-loaded) |
102 | 114 | "ModuleInstallerScriptsDirPath": "%ROOT_PATH%", // Where the installer scripts (setup.bat/.sh) live |
|
0 commit comments