0
mian.tayyab@innoppia.pk created
Hi Support Team,
We are saving tenant connection string like this "Host={0};Port={1};User ID={2};Database=TenantDB-{4};Password={3}" We don't want to keep those information into database. We want to replace it at runtime.
I tried to change it in RDSMultiTenantConnectionStringResolver and ConnectionResolver
What is best way and point to change those host, port, user and password values?.
Prompt response will be appreciated.
Thanks
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
hi
You can replace the
MultiTenantConnectionStringResolver.https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.MultiTenancy/Volo/Abp/MultiTenancy/MultiTenantConnectionStringResolver.cs#L12
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)