30 lines
568 B
SQL
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'
|
|
); |