mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
update config
This commit is contained in:
@@ -62,12 +62,6 @@ main:
|
|||||||
mp4box_timeout: 60
|
mp4box_timeout: 60
|
||||||
swftools_timeout: 60
|
swftools_timeout: 60
|
||||||
unoconv_timeout: 60
|
unoconv_timeout: 60
|
||||||
task-manager:
|
|
||||||
status: started
|
|
||||||
listener:
|
|
||||||
protocol: tcp
|
|
||||||
host: 127.0.0.1
|
|
||||||
port: 6700
|
|
||||||
storage:
|
storage:
|
||||||
subdefs: null
|
subdefs: null
|
||||||
cache: null
|
cache: null
|
||||||
@@ -75,20 +69,7 @@ main:
|
|||||||
download: null
|
download: null
|
||||||
lazaret: null
|
lazaret: null
|
||||||
caption: null
|
caption: null
|
||||||
bridge:
|
tmp_files: null
|
||||||
youtube:
|
|
||||||
enabled: false
|
|
||||||
client_id: null
|
|
||||||
client_secret: null
|
|
||||||
developer_key: null
|
|
||||||
flickr:
|
|
||||||
enabled: false
|
|
||||||
client_id: null
|
|
||||||
client_secret: null
|
|
||||||
dailymotion:
|
|
||||||
enabled: false
|
|
||||||
client_id: null
|
|
||||||
client_secret: null
|
|
||||||
border-manager:
|
border-manager:
|
||||||
enabled: true
|
enabled: true
|
||||||
extension-mapping:
|
extension-mapping:
|
||||||
|
@@ -84,11 +84,16 @@ class patch_410alpha20a implements patchInterface
|
|||||||
$app['conf']->set(['geocoding-providers', 0, 'map-provider'], $geocodingName);
|
$app['conf']->set(['geocoding-providers', 0, 'map-provider'], $geocodingName);
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove registry classic section
|
// remove registry classic section if exist
|
||||||
if ($app['conf']->has(['registry', 'classic'])) {
|
if ($app['conf']->has(['registry', 'classic'])) {
|
||||||
$app['conf']->remove(['registry', 'classic']);
|
$app['conf']->remove(['registry', 'classic']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// remove bridge section if exist
|
||||||
|
if ($app['conf']->has(['main', 'bridge'])) {
|
||||||
|
$app['conf']->remove(['main', 'bridge']);
|
||||||
|
}
|
||||||
|
|
||||||
// insert RGPD bloc if not exist
|
// insert RGPD bloc if not exist
|
||||||
if (!$app['conf']->has(['user_account', 'deleting_policies', 'email_confirmation'])) {
|
if (!$app['conf']->has(['user_account', 'deleting_policies', 'email_confirmation'])) {
|
||||||
$app['conf']->set(['user_account', 'deleting_policies', 'email_confirmation'], true);
|
$app['conf']->set(['user_account', 'deleting_policies', 'email_confirmation'], true);
|
||||||
|
@@ -94,6 +94,7 @@ main:
|
|||||||
download: null
|
download: null
|
||||||
lazaret: null
|
lazaret: null
|
||||||
caption: null
|
caption: null
|
||||||
|
tmp_files: null
|
||||||
|
|
||||||
trusted-proxies: []
|
trusted-proxies: []
|
||||||
debugger:
|
debugger:
|
||||||
|
Reference in New Issue
Block a user