mirror of
https://github.com/torrentpier/torrentpier.git
synced 2024-12-17 01:21:18 -08:00
12 lines
187 B
Plaintext
12 lines
187 B
Plaintext
# Common params
|
|
APP_ENV=local
|
|
APP_CRON_ENABLED=true
|
|
|
|
# Database credentials
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_DATABASE=torrentpier
|
|
DB_USERNAME=root
|
|
DB_PASSWORD=secret
|