Connect to database
Connect to the database
Ensure access to a database server
Create an empty database called enrollment (enrollment is the default and expected the name, you can change this is the config.json file if you like something else.)
Create a database user with owner permissions to the new database
Configure the Token service with a JDBC URL and user credentials, providing access to the new database (see Token Database for configuration details). Example JDBC URL:
Last updated