open source identity server

This commit is contained in:
Abdullah Atta
2022-12-28 17:24:47 +05:00
parent 8fcb5257eb
commit 4e9f82fe48
71 changed files with 7382 additions and 2 deletions
@@ -0,0 +1,13 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"MongoDbSettings": {
"ConnectionString": "mongodb://localhost:27017/identity",
"DatabaseName": "identity"
}
}