To set the default landing page for users upon login, follow these steps:
- Open the application.conf file located in the /etc directory of your Repertoire installation using a text editor.
- Locate the section containing “ambience.web”.
- Update the “default-per-user-url” value to “/repository/index.html”. This ensures that users are automatically directed to the repository page upon login.
- Save the file and restart the server to apply the changes.
