diff --git a/README.md b/README.md index 8c25ada..3a94258 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ This is a [Neos Mod Loader](https://github.com/neos-modding-group/NeosModLoader) (Any change of the config will require a restart of Neos to take effect) -- API URL (Default `https://cloudx.azurewebsites.net`): The endpoint for most of the API actions in Neos. Changing this will change where most cloud actions go to and from. You would likely need to host your own Neos Cloud to change this. -- Blob Storage URL (Default `https://cloudxstorage.blob.core.windows.net/`): The root endpoint which stores all the assets for all objects. Changing this would change which blob storage thyour neosdb assets go to. You would likely need to host your own blob storage server to change this. +- API URL (Default `https://api.neos.com`): The endpoint for most of the API actions in Neos. Changing this will change where most cloud actions go to and from. You would likely need to host your own Neos Cloud to change this. +- Blob Storage URL (Default `https://assets.neos.com/`): The root endpoint which stores all the assets for all objects. Changing this would change which blob storage thyour neosdb assets go to. You would likely need to host your own blob storage server to change this. - Blob Retrieval URL (Default `https://cloudxstorage.blob.core.windows.net/assets/`): The endpoint which retrieves the assets stored at the Blob Storage URL. -- CDN URL (Default `https://cloudx.azureedge.net/assets/`): The Content Delivery Network URL that is used to deliver assets faster than the Blob Retrieval URL. You would likely need to proxy the asset server through a CDN to change this. -- Video CDN URL (Neos Default `https://cloudx-video.azureedge.net/`, Mod Default `https://cloudx.azureedge.net/assets/`): The endpoint which delivers specifically video assets saved to your inventory (neodb videos). This mod's default "fixes" part of the issue mentioned above. +- CDN URL (Default `https://assets.neos.com/assets/`): The Content Delivery Network URL that is used to deliver assets faster than the Blob Retrieval URL. You would likely need to proxy the asset server through a CDN to change this. +- Video CDN URL (Default `https://assets.neos.com/assets/`): The endpoint which delivers specifically video assets saved to your inventory (neodb videos). - Old Thumbnail URL (Default `https://cloudxstorage.blob.core.windows.net/thumbnails/`): The endpoint which used to store and retrieve thumbnails for sessions. This likely isn't used anymore and doesn't need to be changed. Added it in just in case. -- Thumbnail URL (Default `https://cloudxoperationalblob.blob.core.windows.net/thumbnails/`): The endpoint which stores and retrieves thumbnails for sessions. This mod adds a `/` at the end to fix part of the issue mentioned above. +- Thumbnail URL (Default `https://operationaldata.neos.com/thumbnails/`): The endpoint which stores and retrieves thumbnails for sessions. ## Building