added milestones and connected with issues
[aeacus.git] / config.php
blob81584b3a4e9482cc9f6eb3381fc9663ab2c853ae
1 <?php
3 /* website name */
4 $cont_title='';
6 /* database information */
7 $db_server='';
8 $db_user='';
9 $db_pass='';
10 $db_name='';
11 $db_prefix='aec_';
13 /* git repo connected with the project */
14 $git_repo='';
16 /* necessary number of votes to take an action */
17 $min_votes=1;