2022-05-21 09:23:55 +02:00
|
|
|
###################################################################################
|
2022-02-03 18:06:44 +02:00
|
|
|
# Database
|
2022-05-21 09:23:55 +02:00
|
|
|
###################################################################################
|
|
|
|
|
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
|
|
|
|
2022-05-21 09:23:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###################################################################################
|
2022-02-03 18:06:44 +02:00
|
|
|
# Upload File Config
|
2022-05-21 09:23:55 +02:00
|
|
|
###################################################################################
|
|
|
|
|
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
|
|
|
|
2022-05-21 09:23:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###################################################################################
|
2022-02-03 18:06:44 +02:00
|
|
|
# JWT SECRET
|
2022-05-21 09:23:55 +02:00
|
|
|
###################################################################################
|
|
|
|
|
2022-04-29 20:10:42 +02:00
|
|
|
JWT_SECRET=randomstringthatissolongandpowerfulthatnoonecanguess
|
2022-03-11 00:09:03 +02:00
|
|
|
|
2022-05-21 09:23:55 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###################################################################################
|
2022-03-11 00:09:03 +02:00
|
|
|
# MAPBOX
|
2022-05-21 09:23:55 +02:00
|
|
|
####################################################################################
|
|
|
|
|
|
|
|
# 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-05-21 09:23:55 +02:00
|
|
|
MAPBOX_KEY=
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
###################################################################################
|
|
|
|
# WEB
|
|
|
|
###################################################################################
|
|
|
|
|
|
|
|
# This is the URL of your vm/server where you host Immich, so that the web frontend
|
|
|
|
# know where can it make the request to.
|
|
|
|
# For example: If your server IP address is 10.1.11.50, the environment variable will
|
|
|
|
# be VITE_SERVER_ENDPOINT=http://10.1.11.50:2283
|
|
|
|
|
|
|
|
VITE_SERVER_ENDPOINT=
|