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

Latest commit

 

History

History
22 lines (20 loc) · 410 Bytes

configuration-reference.md

File metadata and controls

22 lines (20 loc) · 410 Bytes

Configuration Reference

opifer_cms:
    locale: en
    google_captcha_site_key: ~
    google_captcha_secret: ~
    database:
        driver: pdo_mysql
        host: 127.0.0.1
        port: ~
        name: ~
        user: ~
        password: ~
        table_prefix: "opifer_"
    classes:
        user:
            model: Opifer\CmsBundle\Entity\User
            repository: ~