Skip to content
Snippets Groups Projects
Commit a8a9df25 authored by Jean-Laurent DUZANT's avatar Jean-Laurent DUZANT Committed by Guillaume Heurtier
Browse files

FEAT #23832 TIME 0 replace databases to database

parent 4c657eff
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
"timezone": "Europe/Paris",
"customLangPathDirectory": ""
},
"databases": [
"database": [
{
"server": "localhost",
"port": 5432,
......
......@@ -38,7 +38,7 @@ class DatabasePDO
}
foreach ($loaderJson['databases'] as $key => $database) {
foreach ($loaderJson['database'] as $key => $database) {
$server = $database['server'];
$port = $database['port'];
$name = $database['name'];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment