The documentation you are viewing is for an older version of this component.
Switch to the latest (v5) version.
config/autoload/cors.local.php.dist
as config/autoload/cors.local.php
if your API will be consumed by another application, make sure to configure the
allowed_origins
variable
duplicate config/autoload/local.php.dist
as config/autoload/local.php
duplicate config/autoload/mail.local.php.dist
as config/autoload/mail.local.php
if your API will send emails, make sure to fill in SMTP connection params
config/autoload/local.test.php.dist
as config/autoload/local.test.php
this creates a new in-memory database that your tests will run on.