Skip to content

Commit

Permalink
fix: migration
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobritodev committed Sep 8, 2021
1 parent b9d83e0 commit 415c8a4
Show file tree
Hide file tree
Showing 19 changed files with 34 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55501;http://localhost:55502"
"applicationUrl": "https://localhost:5451;http://localhost:5450"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
}
},
"AllowedHosts": "*",
"ShoppingCartUrl": "https://localhost:55201",
"CatalogUrl": "https://localhost:55301",
"ClientUrl": "https://localhost:55401",
"PaymentUrl": "https://localhost:55601",
"OrderUrl": "https://localhost:55701",
"ShoppingCartUrl": "https://localhost:5411",
"CatalogUrl": "https://localhost:5431",
"ClientUrl": "https://localhost:5441",
"PaymentUrl": "https://localhost:5461",
"OrderUrl": "https://localhost:5471",

"MessageQueueConnection": {
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=1000"
},
"AppSettings": {
"AuthenticationJwksUrl": "https://localhost:55101/jwks"
"AuthenticationJwksUrl": "https://localhost:5421/jwks"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
modelBuilder.Entity("DevStore.Billing.API.Models.Transaction", b =>
{
b.HasOne("DevStore.Billing.API.Models.Payment", "Payment")
.WithMany("Transacoes")
.WithMany("Transactions")
.HasForeignKey("PaymentId")
.IsRequired();

Expand All @@ -91,7 +91,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)

modelBuilder.Entity("DevStore.Billing.API.Models.Payment", b =>
{
b.Navigation("Transacoes");
b.Navigation("Transactions");
});
#pragma warning restore 612, 618
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55601;http://localhost:55602"
"applicationUrl": "https://localhost:5461;http://localhost:5460"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"ConnectionStrings": {
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=Billing;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=.\\SQLEXPRESS;Initial Catalog=DSBilling;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
"DefaultConnection": "Server=.;Initial Catalog=DSBilling;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
},
"MessageQueueConnection": {
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10"
},
"AppSettings": {
"AuthenticationJwksUrl": "https://localhost:55101/jwks"
"AuthenticationJwksUrl": "https://localhost:5421/jwks"
},
"BillingConfig": {
"DefaultApiKey": "ak_ewr4dsWehiwAT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55301;http://localhost:55302"
"applicationUrl": "https://localhost:5431;http://localhost:5430"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"ConnectionStrings": {
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=Catalog;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=.\\SQLEXPRESS;Initial Catalog=DSCatalog;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
"DefaultConnection": "Server=.;Initial Catalog=DSCatalog;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
},
"MessageQueueConnection": {
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10"
},
"AppSettings": {
"AuthenticationJwksUrl": "https://localhost:55101/jwks"
"AuthenticationJwksUrl": "https://localhost:5421/jwks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55401;http://localhost:55402"
"applicationUrl": "https://localhost:5441;http://localhost:5440"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"ConnectionStrings": {
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=Clientes;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=.\\SQLEXPRESS;Initial Catalog=DSClients;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
"DefaultConnection": "Server=.;Initial Catalog=DSClients;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
},
"MessageQueueConnection": {
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10"
},
"AppSettings": {
"AuthenticationJwksUrl": "https://localhost:55101/jwks"
"AuthenticationJwksUrl": "https://localhost:5421/jwks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55101;http://localhost:55102"
"applicationUrl": "https://localhost:5421;http://localhost:5420"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"ConnectionStrings": {
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=Users;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=.\\SQLEXPRESS;Initial Catalog=DSUsers;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
"DefaultConnection": "Server=.;Initial Catalog=DSUsers;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 @@ -16,7 +16,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55701;http://localhost:55702"
"applicationUrl": "https://localhost:5471;http://localhost:5470"
}
}
}
4 changes: 2 additions & 2 deletions src/services/DevStore.Orders.API/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"AllowedHosts": "*",
"ConnectionStrings": {
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=Orders;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=.\\SQLEXPRESS;Initial Catalog=DSOrders;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
"DefaultConnection": "Server=.;Initial Catalog=DSOrders;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
},
"MessageQueueConnection": {
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10"
},
"AppSettings": {
"AuthenticationJwksUrl": "https://localhost:55101/jwks"
"AuthenticationJwksUrl": "https://localhost:5421/jwks"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55201;http://localhost:55202"
"applicationUrl": "https://localhost:5411;http://localhost:5410"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
},
"ConnectionStrings": {
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=ShoppingCart;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Server=.\\SQLEXPRESS;Initial Catalog=DSShoppingCart;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
"DefaultConnection": "Server=.;Initial Catalog=DSShoppingCart;Persist Security Info=False;User ID=sa;Password=@Password1;MultipleActiveResultSets=False;Connection Timeout=30;"
},
"MessageQueueConnection": {
"MessageBus": "host=localhost:5672;publisherConfirms=true;timeout=10"
},
"AppSettings": {
"AuthenticationJwksUrl": "https://localhost:55101/jwks"
"AuthenticationJwksUrl": "https://localhost:5421/jwks"
}
}
2 changes: 1 addition & 1 deletion src/web/DevStore.WebApp.MVC/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
},
"applicationUrl": "https://localhost:55001;http://localhost:55000"
"applicationUrl": "https://localhost:5401;http://localhost:5400"
}
}
}
8 changes: 4 additions & 4 deletions src/web/DevStore.WebApp.MVC/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"AuthUrl": "https://localhost:55101",
"CatalogUrl": "https://localhost:55301",
"ClientUrl": "https://localhost:55401",
"CheckoutBffUrl": "https://localhost:55501",
"AuthUrl": "https://localhost:5421",
"CatalogUrl": "https://localhost:5431",
"ClientUrl": "https://localhost:5441",
"CheckoutBffUrl": "https://localhost:5451",

"Logging": {
"LogLevel": {
Expand Down

0 comments on commit 415c8a4

Please sign in to comment.