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
3690f2fd
Commit
3690f2fd
authored
Feb 15, 2022
by
Thierry Perpère
Browse files
erreur de connectstring
parent
4a6482c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/autoload/application.global.php
View file @
3690f2fd
...
...
@@ -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