2022-05-19 16:30:47 -07:00
|
|
|
# Database
|
2022-07-16 21:43:31 -07:00
|
|
|
DB_HOSTNAME=immich-database-test
|
2022-05-19 16:30:47 -07:00
|
|
|
DB_USERNAME=postgres
|
|
|
|
DB_PASSWORD=postgres
|
|
|
|
DB_DATABASE_NAME=e2e_test
|
|
|
|
|
2022-06-06 09:16:03 -07:00
|
|
|
# Redis
|
|
|
|
REDIS_HOSTNAME=immich_redis_test
|
|
|
|
|
2022-05-19 16:30:47 -07:00
|
|
|
# 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
|
2022-06-06 09:16:03 -07:00
|
|
|
|
|
|
|
# WEB
|
|
|
|
MAPBOX_KEY=
|
2022-06-23 20:18:50 -07:00
|
|
|
VITE_SERVER_ENDPOINT=http://localhost:2283/api
|