Delete .env.example

This commit is contained in:
2025-01-03 08:59:14 +00:00
parent c447336fd2
commit e18382bec1

View File

@@ -1,25 +0,0 @@
#############################
# Vaultwarden variables
#############################
VAULTWARDEN_DATA_LOCATION=/data/vaultwarden
VAULTWARDEN_ADMIN_TOKEN=admin
#############################
# Gitea variables
#############################
GITEA_DATA_LOCATION=/data/gitea/data
GITEA_CONFIG_LOCATION=/data/gitea/config
#############################
# Immich variables
#############################
//TODO: prefix make these variables not conflict with potential future services
UPLOAD_LOCATION=/data/immich
IMMICH_VERSION=release
DB_HOSTNAME=immich_postgres
DB_USERNAME=postgres
DB_PASSWORD=password
DB_DATABASE_NAME=immich
REDIS_HOSTNAME=immich_redis