<?php
/**
 * Configuration file. Be careful to respect the PHP syntax.
 **/
$conf = [

/**
 * Database parameters.
 **/
'db' => [
	 'host'   => 'db.verdnatura.es'
	,'schema' => 'hedera-web'
	,'user'   => 'hedera-web'
	,'pass'   => 'base64pass'
]

/**
 * The default language.
 **/
,'defaultLang' => 'es'

];

?>