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

Merge branch 'feat/23856/develop' into 'develop'

[23856] Ajouter database_version

See merge request maarch/MaarchParapheur!198
parents 0c32777e d19fe11e
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@ 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 (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 (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/"}');
INSERT INTO configurations (id, identifier, label, value) VALUES (4, 'databaseVersion', 'Version de la base de données', '"2301.0.0"');
INSERT INTO configurations (id, identifier, label, value) VALUES (5, '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;
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