Solution Catalog
MINT uses hasura to store the task, problem, execution and other metadata.
The Hasura database is password protected. The default secret is CHANGEME can change the username and password by editing the values.yaml file in the mint directory. The values.yaml file contains the following sections:
The default url is http://graphql.mint.local
secrets:
hasura:
# -- Admin secret for Hasura used to access the console
admin_secret: CHANGEME
Initial Data¶
Helm charts are configured to populate the database with initial data.
Note
The process of loading the initial data is done only once when the Hasura is installed.
To delete existing regions, please go to the Region Configuration page.