2022-02-03 18:06:44 +02:00
|
|
|
# Database
|
2022-02-03 22:42:27 +02:00
|
|
|
DB_USERNAME=postgres
|
|
|
|
DB_PASSWORD=postgres
|
2022-04-29 20:10:42 +02:00
|
|
|
DB_DATABASE_NAME=immich
|
2022-02-03 18:06:44 +02:00
|
|
|
|
|
|
|
# Upload File Config
|
2022-02-12 06:23:06 +02:00
|
|
|
UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup
|
2022-02-03 18:06:44 +02:00
|
|
|
|
|
|
|
# JWT SECRET
|
2022-04-29 20:10:42 +02:00
|
|
|
JWT_SECRET=randomstringthatissolongandpowerfulthatnoonecanguess
|
2022-03-11 00:09:03 +02:00
|
|
|
|
|
|
|
# MAPBOX
|
|
|
|
## ENABLE_MAPBOX is either true of false -> if true, you have to provide MAPBOX_KEY
|
2022-04-29 20:10:42 +02:00
|
|
|
ENABLE_MAPBOX=false
|
2022-03-11 00:09:03 +02:00
|
|
|
MAPBOX_KEY=
|