mirror of
https://github.com/YunoHost-Apps/xbackbone_ynh.git
synced 2024-09-03 19:15:53 +02:00
Update config.php
This commit is contained in:
parent
775fa63575
commit
faf057153c
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ return array(
|
||||||
'base_url' => 'https://__DOMAIN____PATH__',
|
'base_url' => 'https://__DOMAIN____PATH__',
|
||||||
'db' => array (
|
'db' => array (
|
||||||
'connection' => 'mysql',
|
'connection' => 'mysql',
|
||||||
'dsn' => 'host=localhost;port=3306;dbname=__BD_NAME__',
|
'dsn' => 'host=localhost;port=3306;dbname=__DB_NAME__',
|
||||||
'username' => '__BD_NAME__',
|
'username' => '__DB_NAME__',
|
||||||
'password' => '__BD_PWD__',
|
'password' => '__DB_PWD__',
|
||||||
),
|
),
|
||||||
|
|
||||||
'storage' => array(
|
'storage' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue