Connect to database

Connect to the database

  1. Ensure access to a database server

  2. 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.)

  3. Create a database user with owner permissions to the new database

  4. 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:

    jdbc:sqlserver://172.16.238.15:1433;database=enrollment;encrypt=false