Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchParapheur
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
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
Maarch
MaarchParapheur
Commits
50f7f12c
Commit
50f7f12c
authored
2 years ago
by
Jean-Laurent DUZANT
Committed by
Guillaume Heurtier
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #23832 TIME 0:10 fix encodage && backslash
parent
22fdf3db
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/config.default.json
+5
-5
5 additions, 5 deletions
config/config.default.json
with
5 additions
and
5 deletions
config/config.default.json
+
5
−
5
View file @
50f7f12c
{
"config"
:
{
"sessionTime"
:
"10080"
,
"timezone"
:
"Europe
\
/
Paris"
,
"timezone"
:
"Europe/Paris"
,
"customLangPathDirectory"
:
""
},
"database"
:
{
...
...
@@ -14,20 +14,20 @@
},
"electronicSignature"
:
{
"enable"
:
false
,
"certPath"
:
"
\
/
var
\
/
www
\
/
html
\
/
MaarchParapheur
\
/
samples
\
/
certs
\
/
MP_final_certificate.crt"
,
"privateKeyPath"
:
"
\
/
var
\
/
www
\
/
html
\
/
MaarchParapheur
\
/
samples
\
/
certs
\
/
MP_private.key"
,
"certPath"
:
"/var/www/html/MaarchParapheur/samples/certs/MP_final_certificate.crt"
,
"privateKeyPath"
:
"/var/www/html/MaarchParapheur/samples/certs/MP_private.key"
,
"password"
:
"maarch"
,
"certInfo"
:
{
"name"
:
"Maarch"
,
"location"
:
"Paris"
,
"reason"
:
"Signature Maarch Parapheur"
,
"contactInfo"
:
"Maarch SAS, soci
\u
00e9t
\u
00e9
du groupe Archiveco"
"contactInfo"
:
"Maarch SAS, soci
été
du groupe Archiveco"
}
},
"textWithDigitalSignature"
:
true
,
"docaposteSignature"
:
{
"enable"
:
false
,
"url"
:
"https:
\/\
/
test.contralia.fr:443
\
/
Contralia
\
/
api
\
/
v2"
,
"url"
:
"https:
/
/test.contralia.fr:443/Contralia/api/v2"
,
"user"
:
""
,
"password"
:
""
,
"offerCode"
:
""
,
...
...
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