mirror of
https://github.com/YunoHost-Apps/immich_ynh.git
synced 2024-09-03 20:36:24 +02:00
21 lines
439 B
Text
21 lines
439 B
Text
## General
|
|
NODE_ENV=production
|
|
IMMICH_MEDIA_LOCATION=__DATA_DIR__
|
|
IMMICH_WEB_ROOT=__INSTALL_DIR__/app/www
|
|
IMMICH_VERSION=release
|
|
|
|
## Ports
|
|
IMMICH_HOST=127.0.0.1
|
|
IMMICH_PORT=__PORT__
|
|
IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:__PORT_MACHINELEARNING__
|
|
|
|
## Database
|
|
DB_HOSTNAME=127.0.0.1
|
|
DB_PORT=__DB_PORT__
|
|
DB_USERNAME=__APP__
|
|
DB_PASSWORD=__DB_PWD__
|
|
DB_DATABASE_NAME=__APP__
|
|
DB_VECTOR_EXTENSION=pgvector
|
|
|
|
## Redis
|
|
REDIS_HOSTNAME=127.0.0.1
|