edit examplefile_for_env.txt

This commit is contained in:
Frank 2024-11-10 17:22:03 +01:00
parent 41a2d02b32
commit 2f764208bd

View file

@ -7,7 +7,7 @@
# Redis
REDIS_HOST = 'localhost'
REDIS_PORT = 6379
REDIS_DB = 0 # For this the redis user need the permission SELECT
REDIS_DB = 0 # For this option the redis user need the permission SELECT
REDIS_USERNAME = 'mastodon'
REDIS_PASSWORD = '<PASSWORD>'