mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update .env.example
This commit is contained in:
parent
b8526bfeb0
commit
d749b3c376
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ DB_USERNAME="pixelfed"
|
||||||
DB_PASSWORD="pixelfed"
|
DB_PASSWORD="pixelfed"
|
||||||
|
|
||||||
# Redis Configuration
|
# Redis Configuration
|
||||||
|
REDIS_CLIENT="predis"
|
||||||
REDIS_SCHEME="tcp"
|
REDIS_SCHEME="tcp"
|
||||||
REDIS_HOST="127.0.0.1"
|
REDIS_HOST="127.0.0.1"
|
||||||
REDIS_PASSWORD="null"
|
REDIS_PASSWORD="null"
|
||||||
|
|
Loading…
Reference in a new issue