7 lines
85 B
PHP
7 lines
85 B
PHP
<?php
|
|
|
|
return [
|
|
'HOME_ASSISTANT_TOKEN' => null,
|
|
'OPENAI_API_KEY' => null,
|
|
];
|