Configuration
Environment variables
You can configure the app at runtime using various environment variables:
MAGNOLIA__APIS__BEAVER__HOST- host of the beaver API (default:localhost)MAGNOLIA__APIS__BEAVER__PATH- path of the beaver API (default: ``)MAGNOLIA__APIS__BEAVER__PORT- port of the beaver API (default:10500)MAGNOLIA__APIS__BEAVER__SCHEME- scheme of the beaver API (default:http)MAGNOLIA__APIS__GECKO__HOST- host of the gecko API (default:localhost)MAGNOLIA__APIS__GECKO__PATH- path of the gecko API (default: ``)MAGNOLIA__APIS__GECKO__PORT- port of the gecko API (default:10700)MAGNOLIA__APIS__GECKO__SCHEME- scheme of the gecko API (default:http)MAGNOLIA__APIS__ICANHAZDADJOKE__HOST- host of the icanhazdadjoke API (default:icanhazdadjoke.com)MAGNOLIA__APIS__ICANHAZDADJOKE__PATH- path of the icanhazdadjoke API (default: ``)MAGNOLIA__APIS__ICANHAZDADJOKE__PORT- port of the icanhazdadjoke API (default: ``)MAGNOLIA__APIS__ICANHAZDADJOKE__SCHEME- scheme of the icanhazdadjoke API (default:https)MAGNOLIA__DEBUG- enable debug mode (default:true)MAGNOLIA__SERVER__HOST- host to run the server on (default:0.0.0.0)MAGNOLIA__SERVER__PORT- port to run the server on (default:10720)