remove .env

This commit is contained in:
cool.gitter.not.me.again.duh
2025-05-29 22:18:26 -06:00
parent ecd8c17d64
commit 8f96f227fd
2 changed files with 0 additions and 19 deletions

18
.env
View File

@@ -1,18 +0,0 @@
# Docker Compose environment variables
# Redis connection (external or internal)
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=0
REDIS_PASSWORD=CHANGE_ME
# Optional: Redis connection details
EXPLICIT_FILTER=false
# User ID for the container
PUID=1000
# Group ID for the container
PGID=1000
# Optional: Sets the default file permissions for newly created files within the container.
UMASK=0022

View File

@@ -7,7 +7,6 @@ REDIS_DB=0
REDIS_PASSWORD=CHANGE_ME REDIS_PASSWORD=CHANGE_ME
# Set to true to filter out explicit content # Set to true to filter out explicit content
EXPLICIT_FILTER=false EXPLICIT_FILTER=false
# User ID for the container # User ID for the container