Skip to content
This repository has been archived by the owner on May 2, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (28 loc) · 761 Bytes

configuration-reference.md

File metadata and controls

31 lines (28 loc) · 761 Bytes

Configuration Reference

The complete configuration reference with its default values

opifer_media:
    media:
        class: ~
        manager:
        views:
            index: 'OpiferMediaBundle:Media:index.html.twig'
            create: 'OpiferMediaBundle:Media:create.html.twig'
            edit: 'OpiferMediaBundle:Media:edit.html.twig'
    providers:
        youtube:
            api_key: ~
    default_storage: local_storage # Or aws_storage
    storages:
        local:
            directory: %kernel.root_dir%/../web/uploads
        temp:
            directory: /tmp
        aws_s3:
            key:    ~
            secret: ~
            region: ~
            bucket: ~

Return to the index