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/config.php
T
2013-11-15 17:36:28 +02:00

9 lines
121 B
PHP

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