0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-02-11 01:18:24 -05:00

comment out optional env variables

This commit is contained in:
Connery Noble 2023-01-18 16:42:25 -08:00
parent 5eebc03fde
commit 157d9b9cd7

View file

@ -85,7 +85,7 @@ IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003
# Examples: http://localhost:3001, http://immich-api.example.com, etc
####################################################################################
IMMICH_API_URL_EXTERNAL=http://localhost:3001
#IMMICH_API_URL_EXTERNAL=http://localhost:3001
####################################################################################
# API Cors Allowed Origins - Optional
@ -94,4 +94,4 @@ IMMICH_API_URL_EXTERNAL=http://localhost:3001
# For example, if IMMICH_API_URL_EXTERNAL is set to a full URL.
####################################################################################
ALLOW_CORS_ORIGIN=http://localhost:2283
#ALLOW_CORS_ORIGIN=http://localhost:2283