mirror of
https://github.com/immich-app/immich.git
synced 2024-12-29 15:11:58 +00:00
2c4243b3d0
* Update 1.8.0_12 * Update readme
15 lines
No EOL
387 B
Text
15 lines
No EOL
387 B
Text
# Database
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_DATABASE_NAME=immich
|
|
|
|
# Upload File Config
|
|
UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup
|
|
|
|
# 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= |