summaryrefslogtreecommitdiff
path: root/config/kernel/auth_config.php
blob: c7e90169e543533a2dd81d5a8b2a49ab0e763512 (plain)
1
2
3
4
5
6
<?php
session_name( 'bit-user-myhomecloud' );
session_start();
$gBitDbHost='firebird:dbname=localhost:myhomecloud;charset=utf8;';
$gBitDbUser='SYSDBA';
$gBitDbPassword='smallBRO';