mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
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:
parent
6088732f5c
commit
ca29b387ea
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue