Skip to content

Commit

Permalink
Forgto to change part of the README.
Browse files Browse the repository at this point in the history
oops.
  • Loading branch information
Lexevolution committed May 10, 2023
1 parent d318e98 commit 33c7aa0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 33c7aa0

Please sign in to comment.