config.www.php * - http://test.mydomain.org -> config.test.php * * Put the password in base64. */ return [ /** * Database parameters. */ 'db' => [ 'host' => 'localhost' ,'port' => 3306 ,'schema' => 'hedera' ,'user' => 'hedera-web' ,'pass' => '' // base64 encoded ,'tz' => 'Europe/madrid' ] ];