arse/includes/config-sample.inc.php

8 lines
200 B
PHP
Raw Normal View History

<?php
$config[ 'core' ][ 'db' ][ 'name' ] = '...';
$config[ 'core' ][ 'db' ][ 'user' ] = '...';
$config[ 'core' ][ 'db' ][ 'password' ] = '...';
$config[ 'core' ][ 'pages' ][ 'baseTitle' ] = '...';