mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-03 00:24:01 +01:00
9 lines
166 B
PHP
9 lines
166 B
PHP
<?php
|
|
|
|
return [
|
|
'wsURL' => 'ws://192.168.1.111:8081',
|
|
'localWSURL' => 'ws://127.0.0.1:8081',
|
|
'telegramBotApiKey' => '',
|
|
'telegramBotChatId' => '',
|
|
];
|