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-01-17 18:10:42 +02:00

9 lines
117 B
PHP

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