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
2014-04-01 13:14:24 +03:00

10 lines
152 B
PHP

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