Skip to content
Snippets Groups Projects
Commit e77c245a authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #22795 TIME 0:30 change version to 2301

parent ea1861a6
No related branches found
No related tags found
No related merge requests found
{ {
"name": "parapheur", "name": "parapheur",
"version": "21.03.1", "version": "2301.0.0",
"description": "Annoter ou Signer vos documents sur votre tablette", "description": "Annoter ou Signer vos documents sur votre tablette",
"homepage": "https://labs.maarch.org/maarch/MaarchParapheur", "homepage": "https://labs.maarch.org/maarch/MaarchParapheur",
"engines": { "engines": {
......
...@@ -2,7 +2,7 @@ TRUNCATE TABLE configurations; ...@@ -2,7 +2,7 @@ TRUNCATE TABLE configurations;
INSERT INTO configurations (id, identifier, label, value) VALUES (1, 'emailServer', 'Configuration Courriel', '{"auth": true, "from": "notifications@maarch.org", "host": "smtp.gmail.com", "port": 465, "type": "smtp", "user": "", "secure": "ssl", "charset": "utf-8", "password": "", "online": false}'); INSERT INTO configurations (id, identifier, label, value) VALUES (1, 'emailServer', 'Configuration Courriel', '{"auth": true, "from": "notifications@maarch.org", "host": "smtp.gmail.com", "port": 465, "type": "smtp", "user": "", "secure": "ssl", "charset": "utf-8", "password": "", "online": false}');
INSERT INTO configurations (id, identifier, label, value) VALUES (2, 'ldapServer', 'Configuration serveur LDAP #1', '{"ssl": false, "uri": "10.2.95.60", "baseDN": "", "prefix": "MAARCH", "suffix": ""}'); INSERT INTO configurations (id, identifier, label, value) VALUES (2, 'ldapServer', 'Configuration serveur LDAP #1', '{"ssl": false, "uri": "10.2.95.60", "baseDN": "", "prefix": "MAARCH", "suffix": ""}');
INSERT INTO configurations (id, identifier, label, value) VALUES (3, 'connection', 'Méthode de connexion', '"default"'); INSERT INTO configurations (id, identifier, label, value) VALUES (3, 'connection', 'Méthode de connexion', '"default"');
INSERT INTO configurations (id, identifier, label, value) VALUES (4, 'customization', 'Personnalisation', '{"loginMessage": "<span style=\" font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">D&eacute;couvrez&nbsp;</span><strong style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">Maarch Parapheur 21.03</strong><span style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">&nbsp;avec&nbsp;</span><a style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\" title=\"notre guide de visite\" href=\"https://docs.maarch.org/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #f99830;\"><strong>notre guide de visite en ligne</strong></span></a><span style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">.</span>", "applicationUrl": "https://preview.maarchparapheur.com/"}'); INSERT INTO configurations (id, identifier, label, value) VALUES (4, 'customization', 'Personnalisation', '{"loginMessage": "<span style=\" font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">D&eacute;couvrez&nbsp;</span><strong style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">Maarch Parapheur 2301</strong><span style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">&nbsp;avec&nbsp;</span><a style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\" title=\"notre guide de visite\" href=\"https://docs.maarch.org/\" target=\"_blank\" rel=\"noopener\"><span style=\"color: #f99830;\"><strong>notre guide de visite en ligne</strong></span></a><span style=\"font-family: -apple-system, BlinkMacSystemFont, ''Segoe UI'', Roboto, Oxygen, Ubuntu, Cantarell, ''OPEN Sans'', ''Helvetica Neue'', sans-serif;\">.</span>", "applicationUrl": "https://preview.maarchparapheur.com/"}');
TRUNCATE TABLE docservers; TRUNCATE TABLE docservers;
INSERT INTO docservers (id, type, label, is_readonly, size_limit_number, actual_size_number, path) VALUES (5, 'ORIGINAL', 'Documents originaux', 'N', 50000000000, 3493851, '/opt/maarchparapheur/docservers/original_documents/'); INSERT INTO docservers (id, type, label, is_readonly, size_limit_number, actual_size_number, path) VALUES (5, 'ORIGINAL', 'Documents originaux', 'N', 50000000000, 3493851, '/opt/maarchparapheur/docservers/original_documents/');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment