Step 2: Customizing the Configuration of the ABP Application
To customize the configuration of your ABP application, modify the
ConnectionString
values in every location throughout your project. TheConnectionString
values are stored in theappsettings.json
files.This includes the following files:
./src/yourapp.DbMigrator/appsettings.json and ./src/yourapp.HttpApi.Host/appsettings.json
Modify the yourapp.Web URL in every location throughout your project.
This includes the following files:
./src/yourapp.Blazor/appsettings.json , ./src/yourapp.DbMigrator/appsettings.json and ./src/yourapp.HttpApi.Host/appsettings.json
Modify the yourapp.ApiHost URL in every location throughout your project.
This includes the following files:
./src/yourapp.HttpApi.Host/appsettings.json , ./src/yourapp.Blazor/appsettings.json and ./src/yourapp.DbMigrator/appsettings.json