mirror of
https://gh.wpcy.net/https://github.com/netcccyun/easypanel.git
synced 2026-04-22 19:44:04 +08:00
15 lines
393 B
HTML
15 lines
393 B
HTML
<?php
|
|
$i = 0;
|
|
|
|
$i++;
|
|
$cfg['Servers'][$i]['auth_type'] = 'cookie';
|
|
$cfg['Servers'][$i]['verbose'] = '{{$node.db_host}}';
|
|
$cfg['Servers'][$i]['host'] = '{{$node.db_host}}';
|
|
$cfg['Servers'][$i]['port'] = {{$node.db_port}};
|
|
|
|
$cfg['blowfish_secret'] = '{{$db_skey}}';
|
|
$cfg['ServerDefault'] = 1;
|
|
$cfg['UploadDir'] = '';
|
|
$cfg['SaveDir'] = '';
|
|
$cfg['TempDir'] = '/tmp/';
|
|
$cfg['VersionCheck'] = false;
|