boinc/html/inc/config.inc

11 lines
176 B
PHP
Raw Normal View History

<?php
$cfg['sitename'] = 'Astropulse';
$cfg['root'] = '/ap';
$cfg['db']['host'] = '';
$cfg['db']['user'] = '';
$cfg['db']['password'] = '';
$cfg['db']['database'] = 'ap';
?>