Files
SmartHomePHP/config/params.php
Alex Solomaha bccec95f7c Working
2016-09-12 23:42:01 +03:00

11 lines
200 B
PHP

<?php
use yii\helpers\ArrayHelper;
$params = [
'adminEmail' => 'admin@example.com',
'wsURL' => 'ws://192.168.1.102:8081',
];
return ArrayHelper::merge($params, require 'params-local.php');