Fix database template

This commit is contained in:
Daniel Berteaud 2013-11-06 10:44:00 +01:00
parent 2380ecd84c
commit 3503370aed
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
define('BASE', '{opensondage{'DbName'} || 'opensondage'}');
define('USERBASE', "{opensondage{'DbUser'} || 'opensondage'}");
define('USERPASSWD', '{opensondage{'DbPassword'} || 'secret'}');
define('BASE', '{$opensondage{'DbName'} || 'opensondage'}');
define('USERBASE', "{$opensondage{'DbUser'} || 'opensondage'}");
define('USERPASSWD', '{$opensondage{'DbPassword'} || 'secret'}');
define('SERVEURBASE', '');
define('BASE_TYPE', 'mysql');