love_php/config/baiduface.php

6 lines
119 B
PHP
Raw Normal View History

2026-04-02 09:20:51 +08:00
<?php
return [
'client_id' => env('BD_FACE_CLIENT_ID', ''),
'client_secret' => env('BD_FACE_CLIENT_SECRET', ''),
];