Skip to content

Commit

Permalink
refactor(catalog-api): english trans
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Aug 2, 2021
1 parent a01581f commit 561b91a
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 43 deletions.

Large diffs are not rendered by default.

Binary file modified src/services/DevStore.Catalog.API/Data/CatalogContext.cs
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
}
},
"ConnectionStrings": {
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=Catalogo;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=.;Initial Catalog=Catalogo;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=Catalog;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=.;Initial Catalog=Catalog;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
},
"MessageQueueConnection": {
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=sql-server;Database=Catalogo;MultipleActiveResultSets=true;User Id=sa;Password=MeuDB@123"
"DefaultConnection": "Server=sql-server;Database=Catalog;MultipleActiveResultSets=true;User Id=sa;Password=MeuDB@123"
},
"MessageQueueConnection": {
"MessageBus": "host=rabbit-devstore:5672;publisherConfirms=true;timeout=30;username=devstore;password=devstore"
Expand Down

0 comments on commit 561b91a

Please sign in to comment.