Configuration
Environment variables
You can configure the app at runtime using various environment variables:
DAISY__APIS__ICANHAZDADJOKE__HOST- host of the icanhazdadjoke API (default:icanhazdadjoke.com)DAISY__APIS__ICANHAZDADJOKE__PATH- path of the icanhazdadjoke API (default: ``)DAISY__APIS__ICANHAZDADJOKE__PORT- port of the icanhazdadjoke API (default: ``)DAISY__APIS__ICANHAZDADJOKE__SCHEME- scheme of the icanhazdadjoke API (default:https)DAISY__APIS__MANTIS__HOST- host of the mantis API (default:localhost)DAISY__APIS__MANTIS__PATH- path of the mantis API (default: ``)DAISY__APIS__MANTIS__PORT- port of the mantis API (default:10800)DAISY__APIS__MANTIS__SCHEME- scheme of the mantis API (default:http)DAISY__DEBUG- enable debug mode (default:true)DAISY__SERVER__HOST- host to run the server on (default:0.0.0.0)DAISY__SERVER__PORT- port to run the server on (default:10810)