`/openils/var/templates/opac/parts/config.tt2` is set to `true`.
Additional settings are stored in new database tables in the `extra`
-schema, and at present can only be populated using direct SQL access.
+schema, and at present can only be populated using direct SQL access. The
+tables themselves are created as part of a normal installation or
+upgrade.
Given a library ID, API token, and RBDigital service hostname,
run the following SQL, adjusted for the RBDigital values:
[source, postgres]
------------------------------------------------------------------------------
+UDPATE extra.rbdigital_digital_services SET is_enabled = TRUE WHERE id = 2;
INSERT INTO extra.rbdigital_digital_services_authorized(digital_services_id, home_ou) VALUES (1, 1);
-INSERT INTO rbdigital.digital_services_authorized (
+INSERT INTO extra.rbdigital_digital_services_authorized (
digital_services_id,
digital_services_library_id,
digital_services_library_token,