The router can be debugged and tested in multiple ways.
config.json
into the router’s working directory.
Docker --env-file
allows you to specify all environment variables in your .env
file instead of passing all of them through -e
flags.
LOG_LEVEL=debug
or via configuration file.