Delete .env.example
This commit is contained in:
25
.env.example
25
.env.example
@@ -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
|
|
||||||
Reference in New Issue
Block a user