Pierre-Alexandre Meyer

Results 95 comments of Pierre-Alexandre Meyer

Pierre-Alexandre Meyer / independent

`shiro.ini` does already support env variables: https://github.com/killbill/killbill-cloud/blob/dbf639ec9309f576f653521a866f49097740222b/docker/templates/killbill/latest/shiro.ini.template#L2C10-L2C27 You need to make sure this matches the KPM plugin configuration (`$KB_org_killbill_billing_plugin_kpm_adminPassword` environment variable).

Default is actually H2 😄 PostgreSQL is also very well supported and we do provide docker-compose recipes for both. We don't really enforce MySQL anywhere 🤔 What do you have...

To use UUID as primary keys, we would need to completely get rid of `record_id` and only rely on `id`. This is something we had looked at a long time...