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