[14:04:15] hello [14:04:55] i'm setting up a private mediawiki; in the LocalSettings there's a bunch of ENV[''] variables; like, where does the file get those ENV's from? or am I misunderstanding something [14:05:09] like, $isDebug = isset($_ENV['DEBUG']) && (bool) $_ENV['DEBUG']; [14:05:22] where does it get _ENV['DEBUG'] from ? [14:06:18] maybe that's not exactly a mediawiki related element, but rather a ddev element (which is the environment that I'm using to play around w/ it) ? [14:06:58] ach there we go [14:07:00] nevermind xD