Vlad Leonov
4 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
docs/content/user-guide/en/storage/sqlserver.md
|
|
@@ -24,7 +24,7 @@ public void ConfigureServices(IServiceCollection services) |
|
|
|
|
|
|
|
services.AddCap(x => |
|
|
|
{ |
|
|
|
x.UsePostgreSql(opt=>{ |
|
|
|
x.UseSqlServer(opt=>{ |
|
|
|
//SqlServerOptions |
|
|
|
}); |
|
|
|
// x.UseXXX ... |
|
|
|