Thanks for responding. )))
But with change of configuration, does the localhost also should change in browse as entry point. You still using localhost:44336, instead of test.company:44336? Or am I misunderstanding?
No, I ment url not port
{
"App": {
"SelfUrl": "http://test.company:44336"
},
"AuthServer": {
"Authority": "https://localhost:44376",
"ClientId": "Billing_Blazor",
"ResponseType": "code"
},
"RemoteServices": {
"Default": {
"BaseUrl": "https://localhost:44317"
},
"AbpAccountPublic": {
"BaseUrl": "https://localhost:44376"
}
}
}
Hi, yes it is working. It overriding it. Try to change localhost to random url. In api it works, but in blazor it does not work. Thanks.
Thanks, will wait for your responce.
Yes, thats right.
I have an Internet issue, so may i ask you to create project in AbpStudio for criterias like :
Then create images and in directory ./etc/docker-compose in appsettings.json file change url for blazor , then update docker-compose file with the same url where it used in relations like db-migrator, api, auth and set port of blazor service to 80
Yes, by mounting
volumes: - ./appsettings.json:/app/wwwroot/appsettings.json
I tried still same result. Also removed volumes and on creating image used --no-cache. It always works on url that was configured before docker build.