mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-30 16:06:07 +00:00
9 lines
121 B
PHP
9 lines
121 B
PHP
<?php
|
|
|
|
return array(
|
|
'apiUrl' => 'http://172.20.0.1/espocrm-new/api',
|
|
'username' => 'admin',
|
|
'password' => '1',
|
|
);
|
|
|
|
?>
|