mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 05:43:55 -07:00
removed(environment): Extra DB_CONNECTION
variable (#1775)
This commit is contained in:
parent
d284b88a5c
commit
cd2786bb69
2 changed files with 1 additions and 2 deletions
|
@ -4,7 +4,6 @@ APP_CRON_ENABLED=true
|
||||||
APP_DEMO_MODE=false
|
APP_DEMO_MODE=false
|
||||||
|
|
||||||
# Database credentials
|
# Database credentials
|
||||||
DB_CONNECTION=mysql
|
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_PORT=3306
|
DB_PORT=3306
|
||||||
DB_DATABASE=torrentpier
|
DB_DATABASE=torrentpier
|
||||||
|
|
|
@ -1604,7 +1604,7 @@ $lang['ONLY_FOR_SUPER_ADMIN'] = 'This option only for super admins';
|
||||||
|
|
||||||
$lang['LOGS'] = 'Topic history';
|
$lang['LOGS'] = 'Topic history';
|
||||||
$lang['FORUM_LOGS'] = 'History Forum';
|
$lang['FORUM_LOGS'] = 'History Forum';
|
||||||
$lang['AUTOCLEAN'] = 'Autoclean:';
|
$lang['AUTOCLEAN'] = 'Autoclean';
|
||||||
$lang['DESIGNER'] = 'Designer';
|
$lang['DESIGNER'] = 'Designer';
|
||||||
|
|
||||||
$lang['LAST_IP'] = 'Last IP:';
|
$lang['LAST_IP'] = 'Last IP:';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue