Open chris13524 opened 7 years ago
I've tried setting both the
Base Url
andBase OAuth Url
properties in the tenant plugin configuration, deleting the container and recreating.
By looking at the code, it doesn't seem that the plugin supports per-tenant properties yet. @matias-aguero-hs can you confirm? If so, I'll update the README to reflect this.
@chris13524 Could you try setting the properties in the main /etc/killbill/killbill.properties
file instead to see if it fixes this issue (you need to restart Kill Bill afterwards)?
I just started experimenting with Kill Bill yesterday, so bear with me please :)
Moving forward, please use the mailing-list instead for setup issues. Thanks!
By looking at the code, it doesn't seem that the plugin supports per-tenant properties yet. @matias-aguero-hs can you confirm? If so, I'll update the README to reflect this.
You are right, I double checked and it does not support per-tenant properties yet 😞 . DwollaProperties
@chris13524 Could you try setting the properties in the main /etc/killbill/killbill.properties file instead to see if it fixes this issue (you need to restart Kill Bill afterwards)?
Please try with first configuration option to see if that error is fixed
It appears to be working if I configure via /etc/killbill/killbill.properties
. However the way I'm using Kill Bill (white label), I require a different Tenant and Dwolla configuration per customer. Would this be a feature that could be implemented soon?
Using the following relevant docker-compose config:
I get the following error during the killbill container startup:
If I try starting the plugin manually via the KPM plugin in Kaui, I get this error, leaving the plugin still stopped:
I've tried setting both the
Base Url
andBase OAuth Url
properties in the tenant plugin configuration, deleting the container and recreating. But I still get this issue. This is preventing the plugin from "starting". I have imported the SQL file into the database.I just started experimenting with Kill Bill yesterday, so bear with me please :) Thanks!!!