<?php
/**
 * Override any configuration for the app here.
 */
$config = [
'Eramba' => [ 'offline' => true ]
];
return $config;
