diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-06 07:41:35 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-03-06 07:41:35 +0300 |
commit | 0c4d13caed53b2702eef41461d0c8a4b25df48f6 (patch) | |
tree | 6fb6d2d54cedce1c204fb30b75f4d470fbf7ee83 /appsettings.json | |
parent | cdd58a8f518d037658518c233e74beea22d03906 (diff) |
Base authorization/authentification
Diffstat (limited to 'appsettings.json')
-rw-r--r-- | appsettings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appsettings.json b/appsettings.json index 6f63f2f..fc9c46a 100644 --- a/appsettings.json +++ b/appsettings.json @@ -7,6 +7,7 @@ }, "AllowedHosts": "*", "ConnectionStrings": { - "MyDarlingDb": "Data Source=Database/MyDarlingDb.db" + "MyDarlingDb": "Data Source=Database/MyDarlingDb.db", + "IdentityDb": "Data Source=Database/IdentityDb.db" } } |