Removed unused require and insert statement
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
0f0c4c0554
commit
6ab28678c5
|
@ -1,6 +1,5 @@
|
|||
const md5 = require('md5');
|
||||
const fs = require('fs-extra');
|
||||
const {file} = require('jszip');
|
||||
|
||||
module.exports = Self => {
|
||||
Self.remoteMethodCtx('saveSign', {
|
||||
|
|
|
@ -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'
|
||||
);
|
Loading…
Reference in New Issue