Removed unused require and insert statement
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2022-11-16 11:56:03 +01:00
parent 0f0c4c0554
commit 6ab28678c5
2 changed files with 0 additions and 31 deletions

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'
);