]> WPIA git - infra.git/blob - modules/quiz/templates/sq_config.epp
upd: move quiz to postgres
[infra.git] / modules / quiz / templates / sq_config.epp
1 <?php
2                 $sq_base_url='//quiz.<%=$systemDomain%>/';
3                 $sq_hostname='localhost';
4                 $sq_dbname='quiz';
5                 $sq_dbusername='quiz';
6                 $sq_dbpassword='<%=$passwords[postgres][quiz]%>';
7                 $sq_dbdriver='pdo';
8                 $sq_dbport='5432';
9                 $sq_dbdsn='pgsql:host=' . $sq_hostname .';port=' .$sq_dbport .';dbname=' . $sq_dbname;