Configure a different location for the .license file

Is there a way to configure an alternative location to store the .license file? My Kirby app is deployed with Docker and I prefer not to create a volume overlay for the config dir.

See $kirby->root('license') | Kirby CMS

1 Like

Thanks for the quick reply!

be mindful that the full path includes the filename (with or without any extension).

1 Like

Yeah, I made that mistake first. :smile: