mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-01-07 03:29:48 -08:00
0ad1ec45bc
* Minor improvements * Update CHANGELOG.md * Update .env.example
13 lines
207 B
Plaintext
13 lines
207 B
Plaintext
# Common params
|
|
APP_ENV=local
|
|
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
|