We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
From comment:
...double check that we could override both the MySQL database and redis cache for it if it becomes too resource intensive to share with LMS/Studio
Before we can document this, we need to add some variables to tutor-contrib-aspects, and use them to support a separate MySQL db and redis cache:
SUPERSET_DB_ROOT_USERNAME: {{ MYSQL_ROOT_USERNAME }}
SUPERSET_DB_ROOT_PASSWORD: {{ MYSQL_ROOT_PASSWORD }}
SUPERSET_REDIS_HOST: {{ REDIS_HOST }}
SUPERSET_REDIS_PORT: {{ REDIS_PORT }}
SUPERSET_REDIS_PASSWORD: {{ REDIS_PASSWORD }}
Sorry, something went wrong.
can we mark this as closed: https://docs.openedx.org/projects/openedx-aspects/en/latest/technical_documentation/how-tos/production_configuration.html
I think that's enough for now and we can add to it if people have questions. Nothing has come up yet, though.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: