Configuration
Environment variables
You can configure the app at runtime using various environment variables:
POPPY__APIS__BEAVER__HOST- host of the beaver API (default:localhost)POPPY__APIS__BEAVER__PATH- path of the beaver API (default: ``)POPPY__APIS__BEAVER__PORT- port of the beaver API (default:10500)POPPY__APIS__BEAVER__SCHEME- scheme of the beaver API (default:http)POPPY__APIS__ICANHAZDADJOKE__HOST- host of the icanhazdadjoke API (default:icanhazdadjoke.com)POPPY__APIS__ICANHAZDADJOKE__PATH- path of the icanhazdadjoke API (default: ``)POPPY__APIS__ICANHAZDADJOKE__PORT- port of the icanhazdadjoke API (default: ``)POPPY__APIS__ICANHAZDADJOKE__SCHEME- scheme of the icanhazdadjoke API (default:https)POPPY__APIS__LORIS__HOST- host of the loris API (default:localhost)POPPY__APIS__LORIS__PATH- path of the loris API (default: ``)POPPY__APIS__LORIS__PORT- port of the loris API (default:10400)POPPY__APIS__LORIS__SCHEME- scheme of the loris API (default:http)POPPY__APIS__OCTOPUS__HOST- host of the octopus API (default:localhost)POPPY__APIS__OCTOPUS__PATH- path of the octopus API (default: ``)POPPY__APIS__OCTOPUS__PORT- port of the octopus API (default:10300)POPPY__APIS__OCTOPUS__SCHEME- scheme of the octopus API (default:http)POPPY__APIS__WHIP__HOST- host of the whip API (default:localhost)POPPY__APIS__WHIP__PATH- path of the whip API (default: ``)POPPY__APIS__WHIP__PORT- port of the whip API (default:10401)POPPY__APIS__WHIP__SCHEME- scheme of the whip API (default:http)POPPY__DEBUG- enable debug mode (default:true)POPPY__IDENTITY__USERS__DEBUG__ID- identifier of the debug user (default:debug)POPPY__IDENTITY__USERS__DEBUG__TRAITS__LOCALES__PREFERRED- preferred locale of the debug user (default: ``)POPPY__IDENTITY__USERS__DEBUG__TRAITS__NAMES__DISPLAY- display name of the debug user (default:Debug User)POPPY__IDENTITY__USERS__DEBUG__TRAITS__PICTURES__PROFILE__URL- profile picture URL of the debug user (default: ``)POPPY__SERVER__HOST- host to run the server on (default:0.0.0.0)POPPY__SERVER__PORT- port to run the server on (default:10410)POPPY__SRT__OCTOPUS__HOST- host of the octopus SRT server (default:localhost)POPPY__SRT__OCTOPUS__LATENCY- target latency for buffering outgoing SRT stream (default:PT0.2S)POPPY__SRT__OCTOPUS__PORT- port of the octopus SRT server (default:10300)