1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-17 16:25:03 +02:00

fix(deployment) suppress warning of empty environment varialbe (#1168)

This commit is contained in:
Alex 2022-12-22 21:51:47 -06:00 committed by GitHub
parent ab56ab9b27
commit bf921a41f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,12 +30,6 @@ REDIS_HOSTNAME=immich_redis
UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup
###################################################################################
# Log message level - [simple|verbose]
###################################################################################
LOG_LEVEL=simple
################################################################################### ###################################################################################
# JWT SECRET # JWT SECRET
# #
@ -79,6 +73,6 @@ PUBLIC_LOGIN_PAGE_MESSAGE=
# Note: immich-microservices is bound to 3002, but no references are made # Note: immich-microservices is bound to 3002, but no references are made
#################################################################################### ####################################################################################
# IMMICH_WEB_URL=http://immich-web:3000 IMMICH_WEB_URL=http://immich-web:3000
# IMMICH_SERVER_URL=http://immich-server:3001 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