closes #3681 move-sign_save-to-salix #1151

Merged
joan merged 16 commits from 3681-move-sign_save-to-salix into dev 2022-12-22 12:44:02 +00:00
2 changed files with 0 additions and 31 deletions
Showing only changes of commit 6ab28678c5 - Show all commits
back/methods/dms
db/changes/10503-november

View File

@ -1,6 +1,5 @@
const md5 = require('md5');
const fs = require('fs-extra');
const {file} = require('jszip');
module.exports = Self => {
Self.remoteMethodCtx('saveSign', {

View File

@ -1,30 +0,0 @@
INSERT INTO
`hedera`.`config` (
`defaultLang`,
`https`,
`cookieLife`,
`jwtKey`,
`defaultForm`,
`restUri`,
`testRestUri`,
`guestUser`,
`testDomain`,
`productionDomain`,
`pdfsDir`,
`dmsDir`
)
VALUES
(
'es',
0,
15,
'dfAr&s4t78h9F.Arw1C?dpR',
'cms/home',
'https://verdnatura.es/',
'https://test.verdnatura.es/',
'visitor',
NULL,
'verdnatura.es',
'/mnt/storage/pdfs',
'/mnt/storage/dms'
);