blob: ac64fd1d0eb79d92e16c03642fdd89dd02cce364 [file] [log] [blame]
<?php
$conf = [];
// TMB API credentials
$conf["tmbApi"] = [];
$conf["tmbApi"]["appId"] = "";
$conf["tmbApi"]["appKey"] = "";
// Location where the site will save the database file
$conf["databaseFile"] = "";
// Timezone of the subway system
$conf["timezone"] = "Europe/Madrid";