diff --git a/docker/.env.example b/docker/.env.example index 4ead5b5220..5af93a3ba6 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -30,12 +30,6 @@ REDIS_HOSTNAME=immich_redis UPLOAD_LOCATION=absolute_location_on_your_machine_where_you_want_to_store_the_backup -################################################################################### -# Log message level - [simple|verbose] -################################################################################### - -LOG_LEVEL=simple - ################################################################################### # JWT SECRET # @@ -79,6 +73,6 @@ PUBLIC_LOGIN_PAGE_MESSAGE= # Note: immich-microservices is bound to 3002, but no references are made #################################################################################### -# IMMICH_WEB_URL=http://immich-web:3000 -# IMMICH_SERVER_URL=http://immich-server:3001 -# IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003 +IMMICH_WEB_URL=http://immich-web:3000 +IMMICH_SERVER_URL=http://immich-server:3001 +IMMICH_MACHINE_LEARNING_URL=http://immich-machine-learning:3003