mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00

Conflicts: README.md composer.json composer.lock config/configuration.sample.yml lib/Alchemy/Phrasea/Application/Api.php lib/Alchemy/Phrasea/Controller/Admin/TaskManager.php lib/Alchemy/Phrasea/Controller/Api/Oauth2.php lib/Alchemy/Phrasea/Controller/Prod/Basket.php lib/Alchemy/Phrasea/Core/Event/Subscriber/ApiExceptionHandlerSubscriber.php lib/Alchemy/Phrasea/Core/Provider/RegistrationServiceProvider.php lib/Alchemy/Phrasea/Core/Version.php lib/classes/API/V1/adapter.php lib/classes/API/V1/result.php lib/classes/module/console/schedulerStart.php lib/classes/module/console/schedulerState.php lib/classes/module/console/schedulerStop.php lib/classes/module/console/taskrun.php lib/classes/set/export.php lib/conf.d/_GV_template.inc lib/conf.d/configuration.yml templates/web/admin/setup.html.twig templates/web/admin/tasks/list.html.twig templates/web/api/auth/end_user_authorization.html.twig templates/web/prod/actions/Feedback/list.html.twig templates/web/prod/actions/publish/publish.html.twig templates/web/prod/upload/upload.html.twig tests/classes/api/v1/api_v1_adapterTest.php tests/classes/api/v1/api_v1_resultTest.php
205 lines
4.7 KiB
YAML
205 lines
4.7 KiB
YAML
servername: 'http://local.phrasea/'
|
|
languages:
|
|
available: []
|
|
default: 'fr'
|
|
main:
|
|
maintenance: false
|
|
languages: []
|
|
key: ''
|
|
database:
|
|
host: 127.0.0.1
|
|
port: 3306
|
|
user: root
|
|
password: ''
|
|
dbname: ab_test
|
|
driver: pdo_mysql
|
|
charset: UTF8
|
|
database-test:
|
|
driver: pdo_sqlite
|
|
path: '/tmp/db.sqlite'
|
|
charset: UTF8
|
|
cache:
|
|
type: MemcacheCache
|
|
options:
|
|
host: localhost
|
|
port: 11211
|
|
opcodecache:
|
|
type: ArrayCache
|
|
options: []
|
|
search-engine:
|
|
type: Alchemy\Phrasea\SearchEngine\Phrasea\PhraseaEngine
|
|
options: []
|
|
task-manager:
|
|
status: started
|
|
enabled: true
|
|
logger:
|
|
max-files: 10
|
|
enabled: true
|
|
level: INFO
|
|
listener:
|
|
protocol: tcp
|
|
host: 127.0.0.1
|
|
port: 6660
|
|
linger: 500
|
|
websocket-server:
|
|
host: local.phrasea
|
|
port: 9090
|
|
ip: 0.0.0.0
|
|
subscriber:
|
|
protocol: tcp
|
|
host: 127.0.0.1
|
|
port: 13598
|
|
session:
|
|
type: 'file'
|
|
options: []
|
|
ttl: 86400
|
|
binaries:
|
|
ghostscript_binary: null
|
|
php_binary: null
|
|
swf_extract_binary: null
|
|
pdf2swf_binary: null
|
|
swf_render_binary: null
|
|
unoconv_binary: null
|
|
ffmpeg_binary: null
|
|
ffprobe_binary: null
|
|
mp4box_binary: null
|
|
pdftotext_binary: null
|
|
recess_binary: null
|
|
phraseanet_indexer: null
|
|
ffmpeg_timeout: 3600
|
|
ffprobe_timeout: 60
|
|
gs_timeout: 60
|
|
mp4box_timeout: 60
|
|
swftools_timeout: 60
|
|
unoconv_timeout: 60
|
|
task-manager:
|
|
status: started
|
|
listener:
|
|
protocol: tcp
|
|
host: 127.0.0.1
|
|
port: 6700
|
|
storage:
|
|
subdefs:
|
|
default-dir: null
|
|
bridge:
|
|
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:
|
|
enabled: true
|
|
extension-mapping: { }
|
|
checkers:
|
|
-
|
|
type: Checker\Sha256
|
|
enabled: true
|
|
-
|
|
type: Checker\UUID
|
|
enabled: true
|
|
-
|
|
type: Checker\Colorspace
|
|
enabled: false
|
|
options:
|
|
colorspaces: [cmyk, grayscale, rgb]
|
|
-
|
|
type: Checker\Dimension
|
|
enabled: false
|
|
options:
|
|
width: 80
|
|
height: 160
|
|
-
|
|
type: Checker\Extension
|
|
enabled: false
|
|
options:
|
|
extensions: [jpg, jpeg, bmp, tif, gif, png, pdf, doc, odt, mpg, mpeg, mov, avi, xls, flv, mp3, mp2]
|
|
-
|
|
type: Checker\Filename
|
|
enabled: false
|
|
options:
|
|
sensitive: true
|
|
-
|
|
type: Checker\MediaType
|
|
enabled: false
|
|
options:
|
|
mediatypes: [Audio, Document, Flash, Image, Video]
|
|
authentication:
|
|
auto-create:
|
|
templates: { }
|
|
captcha:
|
|
enabled: true
|
|
trials-before-display: 9
|
|
providers:
|
|
facebook:
|
|
enabled: false
|
|
options:
|
|
app-id: ''
|
|
secret: ''
|
|
twitter:
|
|
enabled: false
|
|
options:
|
|
consumer-key: ''
|
|
consumer-secret: ''
|
|
google-plus:
|
|
enabled: false
|
|
options:
|
|
client-id: ''
|
|
client-secret: ''
|
|
github:
|
|
enabled: false
|
|
options:
|
|
client-id: ''
|
|
client-secret: ''
|
|
viadeo:
|
|
enabled: false
|
|
options:
|
|
client-id: ''
|
|
client-secret: ''
|
|
linkedin:
|
|
enabled: false
|
|
options:
|
|
client-id: ''
|
|
client-secret: ''
|
|
registration-fields:
|
|
-
|
|
name: company
|
|
required: true
|
|
-
|
|
name: lastname
|
|
required: true
|
|
-
|
|
name: firstname
|
|
required: true
|
|
-
|
|
name: geonameid
|
|
required: true
|
|
xsendfile:
|
|
enabled: false
|
|
type: nginx
|
|
mapping: []
|
|
h264-pseudo-streaming:
|
|
enabled: false
|
|
type: nginx
|
|
mapping: []
|
|
plugins: []
|
|
api_cors:
|
|
enabled: false
|
|
allow_credentials: false
|
|
allow_origin: []
|
|
allow_headers: []
|
|
allow_methods: []
|
|
expose_headers: []
|
|
max_age: 0
|
|
hosts: []
|
|
session:
|
|
idle: 0
|
|
lifetime: 604800 # 1 week
|