mirror of
https://github.com/v2board/v2board.git
synced 2025-06-13 13:17:52 +08:00
update
This commit is contained in:
@ -65,6 +65,10 @@ class ConfigController extends Controller
|
||||
],
|
||||
'tutorial' => [
|
||||
'apple_id' => config('v2board.apple_id')
|
||||
],
|
||||
'lab' => [
|
||||
'auth_type' => (int)config('v2board.auth_type', 1),
|
||||
'auth_salt' => config('v2board.auth_salt')
|
||||
]
|
||||
]
|
||||
]);
|
||||
|
Reference in New Issue
Block a user