kefu/auto_install.json

14 lines
298 B
JSON
Raw Normal View History

2024-12-10 02:50:12 +00:00
{
"php_ext":"",
"chmod":[
{"mode":777,"path":"/"}
],
"success_url":"/welcome.html",
"php_versions":"53,54,55,56,57,70,71,72,73,74,75,76,80,81",
"db_config":"/config/mysql.json",
"admin_username":"kefu2",
"admin_password":"123",
"run_path":"/",
"remove_file":[],
"enable_functions":[]
}