mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-03-02 22:07:20 -08:00
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
# Common params
|
|
TP_HOST=example.com
|
|
TP_PORT=80
|
|
APP_ENV=production
|
|
APP_CRON_ENABLED=true
|
|
APP_DEMO_MODE=false
|
|
|
|
# Database credentials
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_DATABASE=torrentpier
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=secret
|