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