Prerequisites
Issue
In the README file, below an example you have this comment:
// config.data => ['127.0.0.1', '0.0.0.0']
but it seems that it has to be this:
// config.ALLOWED_HOSTS => ['127.0.0.1', '0.0.0.0']
I tried on Runkit too, config.data logs undefined. Or I might be missing something...