mirror of https://github.com/BOINC/boinc.git
11 lines
176 B
PHP
11 lines
176 B
PHP
|
<?php
|
||
|
|
||
|
$cfg['sitename'] = 'Astropulse';
|
||
|
$cfg['root'] = '/ap';
|
||
|
|
||
|
$cfg['db']['host'] = '';
|
||
|
$cfg['db']['user'] = '';
|
||
|
$cfg['db']['password'] = '';
|
||
|
$cfg['db']['database'] = 'ap';
|
||
|
|
||
|
?>
|