📄 server-config.php
字号:
<?
/**
* remote server config:
* 1.you need change var sql_host to the main server's ip or domain,not 'localhost',
* unless the remote server is not at the same server!
* 2.allow remote server to access to the mysql database of main server
*/
$sql_host="##remotesqlhost##";
$sql_database="##sqldb##";
$sql_user="##sqluser##";
$sql_pass="##sqlpass##";
$baseWeb='##scriptUrl##';
# Server ID(retrived from admin panel,digital id,not name string)
# to identify the server
$server_id='{SERVER_ID}';
$cgi_temp_dir = '{CGI_TMP}';
$php_temp_dir = '{PHP_TMP}';
$upload_dir = '{UPLOAD_DIR}';
define('IN_MAIN_SERVER',0);
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -