Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
digitalSafe
Commits
3ea9494f
Commit
3ea9494f
authored
Oct 21, 2020
by
Arnaud Pauget
Browse files
docs() : update configuration files
parent
2acfef02
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
3ea9494f
# CHANGELOG
## Version 2.6.1
-
`Changed`
Modification de la fonction vérifiant les droits pour gain de performance
-
`Changed`
Ajout du compte de service "ADMIN-G" dans le groupe administrateur dans le fichier de configuration
-
`Changed`
Ajout du privilège 'generate token' à "ADMIN-G"
-
`Fixed`
Correction du retour d'erreur lors de la génération du replyMessage
...
...
data/conf/configuration.ini.default
View file @
3ea9494f
...
...
@@ -49,6 +49,10 @@ displayableFormat = "['application/pdf', 'image/jpeg', 'image/png', 'text/plain'
profilesDirectory = "%laabsDirectory%/data/maarchRM/profiles"
refDirectory = "%laabsDirectory%/data/maarchRM/ref"
; The hash algorithm used to generate the fingerprint of binary objects during the deposit.
; If you want to use another hash algorithm, you can find every possibles values to https://www.php.net/manual/fr/function.hash-algos.php
hashAlgorithm=SHA256
; Type of archival profile
; 1 = file only
; 2 = descriptionClass/properties + management rules
...
...
data/conf/vhost.conf.default
View file @
3ea9494f
...
...
@@ -33,6 +33,8 @@
SetEnv LAABS_DEPENDENCIES repository;xml;html;localisation;datasource;sdo;json;fileSystem;notification;PDF;csrf;csv;timestamp
SetEnv LAABS_PRESENTATION maarchRM
SetEnv SERVICE_CLIENT_TOKEN service
SetEnv LAABS_SESSION_START Off
#SetEnv LAABS_SECURE_COOKIE On
SetEnv LAABS_CONFIGURATION "../src/ext/digitalSafe/data/conf/configuration.ini"
SetEnv LAABS_LOG "../data/maarchRM/log.txt"
...
...
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