diff --git a/GPW.CORE.WRKLOG/appsettings.Development.json b/GPW.CORE.WRKLOG/appsettings.Development.json index f8063ef..d815fa5 100644 --- a/GPW.CORE.WRKLOG/appsettings.Development.json +++ b/GPW.CORE.WRKLOG/appsettings.Development.json @@ -5,5 +5,9 @@ "Microsoft.AspNetCore": "Warning" } }, - "DetailedErrors": true + "DetailedErrors": true, + "ConnectionStrings": { + "GPW.DB": "Server=W2019-SQL-STEAM;Database=GPW; User ID=UserGPW; Password=Us3rGpw!75x93$77; integrated security=False; MultipleActiveResultSets=True; App=GPW.CORE.WRKLOG; TrustServerCertificate=True;", + "Redis": "redis.ufficio:26379,serviceName=devel,DefaultDatabase=15,connectTimeout=5000,syncTimeout=5000,asyncTimeout=5000,abortConnect=false,ssl=false" + } }