mirror of
https://github.com/iio612/immich-native.git
synced 2026-04-14 02:41:06 +00:00
26 lines
803 B
Plaintext
26 lines
803 B
Plaintext
# You can find documentation for all the supported env variables at https://immich.app/docs/install/environment-variables
|
|
|
|
# Connection secret for postgres. You should change it to a random password
|
|
DB_PASSWORD=YOUR_STRONG_RANDOM_PW
|
|
|
|
# The values below this line do not need to be changed
|
|
###################################################################################
|
|
NODE_ENV=production
|
|
|
|
DB_USERNAME=immich
|
|
DB_DATABASE_NAME=immich
|
|
|
|
# The location where your uploaded files are stored
|
|
UPLOAD_LOCATION=./library
|
|
|
|
# The Immich version to use. You can pin this to a specific version like "v1.71.0"
|
|
IMMICH_VERSION=release
|
|
|
|
# Hosts & ports
|
|
IMMICH_HOST=127.0.0.1
|
|
IMMICH_PORT=2283
|
|
MACHINE_LEARNING_PORT=3003
|
|
IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:3003
|
|
DB_HOSTNAME=127.0.0.1
|
|
REDIS_HOSTNAME=127.0.0.1
|