Last active
July 24, 2018 18:29
-
-
Save luizeof/ad967ab32a61340fbc9773f37e221f13 to your computer and use it in GitHub Desktop.
transifex-mautic.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$parameters = array( | |
'site_url' => 'https://mautic.example.com', | |
'install_source' => 'Mautic', | |
'db_driver' => 'pdo_mysql', | |
... | |
... | |
// em algum lugar do arquivo local.php você pode colocar as credenciais do Transifex | |
'transifex_username' => 'usuario', | |
'transifex_password' => 'senha' | |
... | |
... | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment