@Jonathan Lahijani - not sure if this is what you are looking for, but all Tracy's settings can be overridden in config.php like:
$config->tracy = [
'outputMode' => 'development',
'guestForceDevelopmentLocal' => true,
'forceIsLocal' => true,
];
Not sure if those are the exact options you want, but hopefully that approach works for you.