This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/tests/Api/config.php
T
Taras Machyshyn ad7748f11c fix API tests
2014-03-27 10:30:56 +02:00

10 lines
146 B
PHP

<?php
return array(
'apiTestsEnabled' => false,
'apiUrl' => 'http://172.20.0.1/espocrm/api',
'username' => 'admin',
'password' => '1',
);
?>