mirror of
https://github.com/immich-app/immich.git
synced 2026-02-13 12:27:56 +03:00
15 lines
209 B
Plaintext
15 lines
209 B
Plaintext
# Database
|
|
DB_HOSTNAME=localhost
|
|
DB_PORT=5435
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_DATABASE_NAME=app
|
|
|
|
# Redis
|
|
REDIS_HOSTNAME=localhost
|
|
REDIS_PORT=6379
|
|
|
|
# Server
|
|
IMMICH_PORT=2283
|
|
IMMICH_ENV=development
|