Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 404 Bytes

File metadata and controls

19 lines (14 loc) · 404 Bytes

Usage

All the configuration is SiteAccessAware then you can have different one depending on the SiteAccess

Basic Configuration

# app/config/config.yml

ez_platform_automated_translation:
    system:
        default:
            configurations:
                google:
                    apiKey: "google-api-key"
                deepl:
                    authKey: "deepl-pro-key"