Browse Source
Update sqlserver.md (#738)
Changed the misprint of Postgre to SqlServer
master
Vlad Leonov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/content/user-guide/en/storage/sqlserver.md
|
@@ -24,7 +24,7 @@ public void ConfigureServices(IServiceCollection services) |
|
|
|
|
|
|
|
|
services.AddCap(x => |
|
|
services.AddCap(x => |
|
|
{ |
|
|
{ |
|
|
x.UsePostgreSql(opt=>{ |
|
|
|
|
|
|
|
|
x.UseSqlServer(opt=>{ |
|
|
//SqlServerOptions |
|
|
//SqlServerOptions |
|
|
}); |
|
|
}); |
|
|
// x.UseXXX ... |
|
|
// x.UseXXX ... |
|
|