Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal-import-ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal-import-ws
Commits
a64c7256
You need to sign in or sign up before continuing.
Commit
a64c7256
authored
7 years ago
by
Jean-Philippe Metivier
Browse files
Options
Downloads
Patches
Plain Diff
Ajout en dur du charset
parent
0acdf4eb
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+0
-1
0 additions, 1 deletion
README.md
config/autoload/database.local.php.dist
+1
-1
1 addition, 1 deletion
config/autoload/database.local.php.dist
with
1 addition
and
2 deletions
README.md
+
0
−
1
View file @
a64c7256
...
...
@@ -43,7 +43,6 @@ Deux fichiers locaux ont besoins d'être complétés :
***Clefs manquantes :***
* <tt>*host*</tt>, <tt>*dbname*</tt> et <tt>*port*</tt> les infos d'accés au BDD.
* <tt>*user*</tt> et <tt>*password*</tt> les infos de l'utilisateur accédant au BDD.
* <tt>*charset*</tt> des infos sur l'encodage des caractères.
NB: ces deux fichiers sont présents sur le dépôt avec l'extension
<tt>
*.dist*
</tt>
.
...
...
This diff is collapsed.
Click to expand it.
config/autoload/database.local.php.dist
+
1
−
1
View file @
a64c7256
...
...
@@ -11,7 +11,7 @@ return [
'port'
=>
'XXXXX'
,
'user'
=>
'XXXXX'
,
'password'
=>
'XXXXX'
,
'charset'
=>
'
XXXXX
'
,
'charset'
=>
'
AL32UTF8
'
,
],
],
],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment