mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
93c35efe67
* draft env vars * remove mapbox refs, fixes #2535 * formatting and add some notes * add examples for redis and typesense url * [skipci] add note for redis socket * do some formatting * update md * fix url * fix variable * add web for NODE_ENV * fix variable name * Apply suggestions from code review Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> * address review feedback * Update docker/example.env Co-authored-by: Jason Rasmussen <jrasm91@gmail.com> * add section for docker compose envs --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
# Database
|
|
DB_HOSTNAME=immich-database-test
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_DATABASE_NAME=e2e_test
|
|
|
|
# Redis
|
|
REDIS_HOSTNAME=immich-redis-test
|
|
|
|
# Upload File Config
|
|
UPLOAD_LOCATION=./upload
|
|
|
|
# WEB
|
|
VITE_SERVER_ENDPOINT=http://localhost:2283/api
|
|
|
|
TYPESENSE_ENABLED=false
|