mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
use config() to read env
This commit is contained in:
@@ -56,4 +56,9 @@ return [
|
||||
'master_key' => nexus_env('MEILISEARCH_MASTER_KEY', ''),
|
||||
],
|
||||
|
||||
'nas_tools_key' => nexus_env('NAS_TOOLS_KEY', ''),
|
||||
'iyuu_secret' => nexus_env('IYUU_SECRET', ''),
|
||||
'ammds_secret' => nexus_env('AMMDS_SECRET', ''),
|
||||
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user