mirror of
https://github.com/immich-app/immich.git
synced 2024-11-24 08:52:28 +02:00
c0a6b3d5a3
* refactor(server): system config * fix: jest circular import * chore: ignore migrations in coverage report * chore: tests * chore: tests * chore: todo note * chore: remove vite config backup * chore: fix redis hostname
23 lines
459 B
Plaintext
23 lines
459 B
Plaintext
# Database
|
|
DB_HOSTNAME=immich-database-test
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_DATABASE_NAME=e2e_test
|
|
|
|
# Redis
|
|
REDIS_HOSTNAME=immich-redis-test
|
|
|
|
# Upload File Config
|
|
UPLOAD_LOCATION=./upload
|
|
|
|
# JWT SECRET
|
|
JWT_SECRET=randomstringthatissolongandpowerfulthatnoonecanguess
|
|
|
|
# MAPBOX
|
|
## ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
|
|
ENABLE_MAPBOX=false
|
|
|
|
# WEB
|
|
MAPBOX_KEY=
|
|
VITE_SERVER_ENDPOINT=http://localhost:2283/api
|