You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 1, 2021. It is now read-only.
By default the project come with MySql, to change is very simple. You just need to change the ``appsettings.json``.
5
+
6
+
The file ``appsettings.json`` of **Jp.UI.SSO** and **Jp.UserManagement** has a DatabaseType property. Change it to ``MySql`` or ``SqlServer``
7
+
8
+
.. warning:: Both of them must point to the same config Database. You just need to config **Connection String** at Environment or at ``appsettings.json``. For Environment see `docs here <quickstarts/ambient_variables.html>`_
9
+
10
+
11
+
SQL on Docker
12
+
-------------
13
+
14
+
Don't have the SQL Server on you local machine? Use it from Docker
0 commit comments