9 lines
121 B
PHP
Executable File
9 lines
121 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
'apiUrl' => 'http://172.20.0.1/espocrm-new/api',
|
|
'username' => 'admin',
|
|
'password' => '1',
|
|
);
|
|
|
|
?>
|