1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Teknik/IdentityServer/appsettings.json
2018-10-25 22:22:53 -07:00

12 lines
354 B
JSON

{
"ConnectionStrings": {
"TeknikAuthEntities": "Server=(localdb)\\mssqllocaldb;Database=aspnet-TeknikCore-BE9563D1-0DFB-4141-903C-287B23FF22C7;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"server.urls": "http://localhost:5060",
"Logging": {
"LogLevel": {
"Default": "Warning"
}
}
}