Skip to content

Commit 5945318

Browse files
fixed connectionstring
1 parent d128626 commit 5945318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DeveloperTools.AlloySandbox/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
}
99
},
1010
"ConnectionStrings": {
11-
"EPiServerDB": "Server=.\\sqlexpress;Initial Catalog=DeveloperTools.AlloySandbox;Integrated Security=True;Connect Timeout=30;Encrypt=True;TrustServerCertificate=True;"
11+
"EPiServerDB": "Data Source=(LocalDb)\\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\\temp.mdf;Initial Catalog=temp;Integrated Security=True;Connect Timeout=30"
1212
}
1313
}

0 commit comments

Comments
 (0)