Files
SmartHomePHP/environments/prod/config/params-local.php
2016-12-31 20:49:46 +02:00

9 lines
166 B
PHP

<?php
return [
'wsURL' => 'ws://192.168.1.111:8081',
'localWSURL' => 'ws://127.0.0.1:8081',
'telegramBotApiKey' => '',
'telegramBotChatId' => '',
];