Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit f042a00

Browse files
committed
images
1 parent 26ac247 commit f042a00

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Database Type
2+
=============
3+
4+
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
15+
16+
.. code::
17+
18+
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=@Password1' -e 'MSSQL_PID=Express' -p 1433:1433 -d microsoft/mssql-server-linux:latest
19+
20+
As simple as that!

docs/images/admin-home.jpg

85.7 KB
Loading

0 commit comments

Comments
 (0)