mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-13 13:26:50 +01:00
10 lines
201 B
PHP
10 lines
201 B
PHP
<?php
|
|
|
|
use yii\helpers\ArrayHelper;
|
|
|
|
$params = [
|
|
'adminEmail' => 'admin@example.com',
|
|
'apiBaseUrl' => 'http://176.36.54.229',
|
|
];
|
|
|
|
return ArrayHelper::merge($params, require 'params-local.php'); |