mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
strip down core
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Database
|
||||
DB_HOSTNAME=localhost
|
||||
DB_PORT=5432
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=postgres
|
||||
DB_DATABASE_NAME=app
|
||||
|
||||
# Redis
|
||||
REDIS_HOSTNAME=localhost
|
||||
REDIS_PORT=6379
|
||||
|
||||
# Server
|
||||
IMMICH_PORT=2283
|
||||
IMMICH_ENV=development
|
||||
Reference in New Issue
Block a user