This file describes the details needed to work with the Turn It In integration.
The Turn It In integration requires caching to be enabled. In development you need to run the following to enable or disable caching.
rails dev:cache
To enable, you need to set the following environment variables.
TII_ENABLED=true
TCA_HOST=https://...
TCA_API_KEY=...
TII_INDEX_SUBMISSIONS=true
Ensure that you have sidekiq running to process the turnitin jobs.
bundle exec sidekiq