You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

This section contains the solutions for common problems regarding StageR functionality. 

Storage Unit

On this page:

How can I disable encryption in my Storage Unit?

1. Before publishing data to STageR, manually create your Storage Unit.

For example, go to http://localhost:3000/admin/create/myStorageUnit (using your default server name and port)

2, Check your current Storage Unit settings. 

For example, go to http://localhost:3000/admin/getConfiguration/<storage_unit> (using your default server name and port)

3, Disable encryption. 

For example, go to http://localhost:3000/admin/enableContentEncryption/<storage_unit>/false (using your default server name and port)

4, Confirm that the change has been applied. 

For example, go to http://localhost:3000/admin/getConfiguration/<storage_unit> (using your default server name and port)


  • No labels