Initial Comit
This commit is contained in:
19
EDOOKAAPI/bin/Debug/net8.0/appsettings.json
Normal file
19
EDOOKAAPI/bin/Debug/net8.0/appsettings.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"EDOKAConnection": "data source=shu01\\shu00;initial catalog=edoka_dms;packet size=4096;persist security info=false;user id=sa;password=*shu29;MultipleActiveResultSets=true;TrustServerCertificate=true"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
|
||||
"runtimeOptions": {
|
||||
"configProperties": {
|
||||
"System.Globalization.Invariant": true
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user