torrentpier/.env.example
2023-05-25 13:26:58 +07:00

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