mirror of
https://github.com/immich-app/immich.git
synced 2024-12-22 01:47:08 +02:00
16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
|
DB_HOSTNAME=immich_postgres_test
|
||
|
# Database
|
||
|
DB_USERNAME=postgres
|
||
|
DB_PASSWORD=postgres
|
||
|
DB_DATABASE_NAME=e2e_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
|
||
|
MAPBOX_KEY=
|