################################################################################
# Copyright 2023-2025 by NI SP Software GmbH, All rights reserved.
#
# This software includes confidential and proprietary information
# of NI SP Software GmbH ("Confidential Information").
# You shall not disclose such Confidential Information
# and shall use it only in accordance with the terms of
# the license agreement you entered into with NI SP Software.
################################################################################

# Proxy log level
#   ERROR - enable errors logging
#   WARN  - enable warnings logging
#   INFO  - enable access logging for HTTP requests
#   DEBUG - enable detailed internal debug logging for the proxy code
# Default value: WARN
#PROXY_LOG_LEVEL=INFO

# Port number on which the EF Portal Web Proxy Server listens for incoming connections.
# Default: 3001
PROXY_PORT=3001
