Dear support team,
I use command "ng build --prod --base-href /HLVDMS/" build source to publish,
but i can not see appsetting.production to updated api service link.
where is it?
-
ABP Framework version: vX.X.X
-
UI type: Angular / MVC / Blazor
-
DB provider: EF Core / MongoDB
-
Tiered (MVC) or Identity Server Separated (Angular): yes / no
-
Exception message and stack trace:
-
Steps to reproduce the issue:"
4 Answer(s)
-
0
appsettings.production.json is a dotnet file and ng build is an Angular command. what's the correct result that you expect? can you give more details?
-
0
I have two enviroments, UAT and PROD.
I only see environment.prod.ts with config for PROD, and now i want to add environment.uat.ts with config for UAT.
How can i do it correctly? -
0
this is an Angular issue (apart from abp.io)
you can build your Angular project with a custom configuration name, and it'll use that environmentyarn ng build --configuration=uat
environment.uat.ts
-
0
This question has been automatically marked as stale because it has not had recent activity.