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:
parent
5eebc03fde
commit
157d9b9cd7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue