You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jvjones Yes you are correct. providers is a list of dictionaries, and wherever Studio expects that, you must use JSON. Which is not exactly great UX, but it's what Studio expects.
If you define multiple providers and you want to specify different capacities for them, you'd use:
Hello,
First off, great project, looking forward to getting this fully working.
The documentation for this project could do with a slight update to include how to configure this in Studio on Open edX.
For the providers field, the provider must be supplied in the following format:
[{"name": "provider_name"}]
Just sharing this nugget as spent a few hours working that out.
The text was updated successfully, but these errors were encountered: