asd
asd
The emailing password is not set on startup or database seeding.
See:https://docs.abp.io/en/abp/latest/Settings#setting-value-providers
appsettings.json
is just used for ConfigurationSettingValueProvider
, it will not store in the database.
You can use the data seeding system to create a DataSeedContributor
to save the settings to database:
https://docs.abp.io/en/abp/latest/Data-Seeding#idataseedcontributor
Fixed: https://github.com/abpframework/abp/pull/15858
Thanks, we will consider this.
Hi,
We will revert this change and try to find a better way.
Yes, it is