mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
no message
This commit is contained in:
parent
54738249c2
commit
452406124c
1 changed files with 13 additions and 13 deletions
|
@ -5,24 +5,24 @@
|
||||||
* Domain name
|
* Domain name
|
||||||
* Version info
|
* Version info
|
||||||
* Database
|
* Database
|
||||||
- Charset
|
* Charset
|
||||||
- Config
|
* Config
|
||||||
- Aliases
|
* Aliases
|
||||||
* Cache
|
* Cache
|
||||||
- Config
|
* Config
|
||||||
- Datastore
|
* Datastore
|
||||||
* Server
|
* Server
|
||||||
- Cloudflare
|
* Cloudflare
|
||||||
- GZip
|
* GZip
|
||||||
* Tracker
|
* Tracker
|
||||||
* Ocelot
|
* Ocelot
|
||||||
* FAQ url
|
* FAQ url
|
||||||
* Torrents
|
* Torrents
|
||||||
- Ratio limits
|
* Ratio limits
|
||||||
- Seeding torrents limit
|
* Seeding torrents limit
|
||||||
- DL-Status (days to keep)
|
* DL-Status (days to keep)
|
||||||
- Tor-Stats (days to keep)
|
* Tor-Stats (days to keep)
|
||||||
- Tor-Help
|
* Tor-Help
|
||||||
* Path
|
* Path
|
||||||
* URL's
|
* URL's
|
||||||
* Language
|
* Language
|
||||||
|
@ -82,7 +82,7 @@ $pconnect = false;
|
||||||
// Настройка баз данных ['db']['srv_name'] => (array) srv_cfg;
|
// Настройка баз данных ['db']['srv_name'] => (array) srv_cfg;
|
||||||
// порядок параметров srv_cfg (хост, название базы, пользователь, пароль, charset, pconnect);
|
// порядок параметров srv_cfg (хост, название базы, пользователь, пароль, charset, pconnect);
|
||||||
$bb_cfg['db'] = array(
|
$bb_cfg['db'] = array(
|
||||||
'db1' => array('localhost', 'dbase', 'user', 'pass', $charset, $pconnect),
|
'db1' => array('localhost', 'tp_216', 'user', 'pass', $charset, $pconnect),
|
||||||
//'db2' => array('localhost2', 'dbase2', 'user2', 'pass2', $charset, $pconnect),
|
//'db2' => array('localhost2', 'dbase2', 'user2', 'pass2', $charset, $pconnect),
|
||||||
//'db3' => array('localhost3', 'dbase3', 'user2', 'pass3', $charset, $pconnect),
|
//'db3' => array('localhost3', 'dbase3', 'user2', 'pass3', $charset, $pconnect),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue