mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-24 04:51:19 -08:00
edab2300d3
* Minor improments * Update CHANGELOG.md * Updated * Update common.php
13 lines
212 B
Plaintext
13 lines
212 B
Plaintext
# Common params
|
|
APP_ENV=production
|
|
APP_CRON_ENABLED=true
|
|
APP_DEMO_MODE=false
|
|
|
|
# Database credentials
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_DATABASE=torrentpier
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=secret
|