I downloaded the Bonobo Git Server and installed it both locally (Windows 7) and on a Server (Windows 2012). I initially used the default setup, to learn about it. The default username and password worked, as did creating test users.
I then removed all instances of SQLite and swapped them to SQL Server. At the same time, I also enabled Windows Authentication with AD Member Services. After creating a new catalog, bonobogit, on a SQL Server instance I can see tables related to Repos, Teams, Users, and Roles were created. However, none of these appear to be used. Instead, there appears to be corresponding directories and files under the ~/App_Data directory.
What is the purpose of SQL Server or SQLite for a Bonobo Git server? Is it possible the combination of settings I have make them moot?
Thank you in advance for any guidance or advice.