Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
2d4ffaa9
Commit
2d4ffaa9
authored
Feb 15, 2022
by
Antony Le Courtes
Browse files
Merge branch 'erreur-connectstring' into 'master'
erreur de connectstring See merge request
!101
parents
4a6482c2
3690f2fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/autoload/application.global.php
View file @
2d4ffaa9
...
...
@@ -11,7 +11,7 @@ return [
'user'
=>
AppConfig
::
get
(
'bdd'
,
'username'
),
'password'
=>
AppConfig
::
get
(
'bdd'
,
'password'
),
'charset'
=>
'AL32UTF8'
,
'connectstring'
=>
AppConfig
::
get
(
'bdd'
,
'connecstring'
),
'connectstring'
=>
AppConfig
::
get
(
'bdd'
,
'connec
t
string'
),
//'persistent' => true,
],
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment