1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/immich_ynh.git synced 2024-09-03 20:36:24 +02:00
immich_ynh/conf/env-server

22 lines
439 B
Text
Raw Permalink Normal View History

2024-03-26 06:53:38 +01:00
## General
NODE_ENV=production
IMMICH_MEDIA_LOCATION=__DATA_DIR__
IMMICH_WEB_ROOT=__INSTALL_DIR__/app/www
2024-07-14 23:29:50 +02:00
IMMICH_VERSION=release
2024-03-26 06:53:38 +01:00
## Ports
2024-06-14 13:59:30 +02:00
IMMICH_HOST=127.0.0.1
IMMICH_PORT=__PORT__
2024-04-03 21:35:40 +02:00
IMMICH_MACHINE_LEARNING_URL=http://127.0.0.1:__PORT_MACHINELEARNING__
2024-03-26 06:53:38 +01:00
## 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