1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-01-06 03:46:47 +01:00

update environment variable description, hopefully a bit clearer

This commit is contained in:
Connery Noble 2023-01-17 16:32:08 -08:00
parent b1f0e2bbc3
commit b9dd39e08b

View file

@ -78,13 +78,14 @@ IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
#################################################################################### ####################################################################################
# Public Facing API Server URL - Optional # Alternative Public Server Address - Optional
# #
# This should point to the publicly accessible URL of the API (default is "/api") # This is an advanced feature used to control the public server endpoint returned to clients during Well-known discovery.
# Use a full URL here if you want to serve the API via a dedicated domain. # You should only use this if the API server is exposed publicly via a custom host/path.
# Examples: http://localhost:3001, http://immich-api.example.com, etc
#################################################################################### ####################################################################################
IMMICH_SERVER_PUBLIC_URL=/api IMMICH_SERVER_PUBLIC_URL=http://localhost:3001
#################################################################################### ####################################################################################
# API Cors Allowed Origins - Optional # API Cors Allowed Origins - Optional