mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
5d03e9bda8
* Update test * Fixed test cannot initialize database * Added a separate network to test containers group to run test while in development mode
22 lines
458 B
Plaintext
22 lines
458 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 |