chore: update .env.example for TorrentPier configuration

- Set APP_MAINTENANCE_STORE to database for maintenance mode
- Change DB_DATABASE to torrentpier for database configuration
- Define CACHE_PREFIX as torrentpier_ for cache management

These changes align the environment configuration with the updated project structure and naming conventions.
This commit is contained in:
Yury Pikhtarev 2025-06-24 00:08:40 +04:00
commit ca29b387ea
No known key found for this signature in database

View file

@ -9,7 +9,7 @@ APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
APP_MAINTENANCE_DRIVER=file
# APP_MAINTENANCE_STORE=database
APP_MAINTENANCE_STORE=database
PHP_CLI_SERVER_WORKERS=4
@ -23,7 +23,7 @@ LOG_LEVEL=debug
DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=laravel
# DB_DATABASE=torrentpier
# DB_USERNAME=root
# DB_PASSWORD=
@ -38,7 +38,7 @@ FILESYSTEM_DISK=local
QUEUE_CONNECTION=database
CACHE_STORE=database
# CACHE_PREFIX=
CACHE_PREFIX=torrentpier_
MEMCACHED_HOST=127.0.0.1