Add configuration files for EasyImage setup
- Created EasyImage.lock to lock installation environment. - Added api_key.php for managing API tokens. - Introduced config.guest.php for guest user configuration. - Implemented config.manager.php for manager settings and authentication. - Established config.php for main application configuration including title, keywords, and upload settings. - Created install.lock to lock installation process.
This commit is contained in:
16
public/config/api_key.php
Normal file
16
public/config/api_key.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
$tokenList=Array
|
||||
(
|
||||
'1c17b11693cb5ec63859b091c5b9c1b2'=>Array
|
||||
(
|
||||
'id'=>0,
|
||||
'expired'=>1751608714,
|
||||
'add_time'=>1680497928
|
||||
),
|
||||
'4ab8829b49738fc562b40e66991b4504'=>Array
|
||||
(
|
||||
'id'=>1,
|
||||
'expired'=>'1.728E+23',
|
||||
'add_time'=>1751608724
|
||||
)
|
||||
);
|
||||
Reference in New Issue
Block a user