parent
2380ecd84c
commit
3503370aed
1 changed files with 3 additions and 3 deletions
@ -1,5 +1,5 @@ |
|||||||
define('BASE', '{opensondage{'DbName'} || 'opensondage'}'); |
define('BASE', '{$opensondage{'DbName'} || 'opensondage'}'); |
||||||
define('USERBASE', "{opensondage{'DbUser'} || 'opensondage'}"); |
define('USERBASE', "{$opensondage{'DbUser'} || 'opensondage'}"); |
||||||
define('USERPASSWD', '{opensondage{'DbPassword'} || 'secret'}'); |
define('USERPASSWD', '{$opensondage{'DbPassword'} || 'secret'}'); |
||||||
define('SERVEURBASE', ''); |
define('SERVEURBASE', ''); |
||||||
define('BASE_TYPE', 'mysql'); |
define('BASE_TYPE', 'mysql'); |
||||||
|
Loading…
Reference in new issue