rename environment variable to IMMICH_API_URL_EXTERNAL

This commit is contained in:
Connery Noble
2023-01-18 16:01:04 -08:00
parent b9dd39e08b
commit 5eebc03fde
5 changed files with 8 additions and 8 deletions

View File

@@ -78,20 +78,20 @@ IMMICH_SERVER_URL=http://immich-server:3001
IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
####################################################################################
# Alternative Public Server Address - Optional
# Alternative API's External Address - Optional
#
# This is an advanced feature used to control the public server endpoint returned to clients during Well-known discovery.
# 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=http://localhost:3001
IMMICH_API_URL_EXTERNAL=http://localhost:3001
####################################################################################
# API Cors Allowed Origins - Optional
#
# This is required if the API is served from a different domain than the website.
# For example, if IMMICH_SERVER_PUBLIC_URL is set to a full URL.
# For example, if IMMICH_API_URL_EXTERNAL is set to a full URL.
####################################################################################
ALLOW_CORS_ORIGIN=http://localhost:2283