salix/db/changes/10502-november/01-add_data_to_hedera.confi...

30 lines
568 B
SQL

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