feat(proxy-server): allow setting proxy log level (#3989)
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
# optional, defaults to current directory
|
||||
GIT_REPO_DIRECTORY=FULL_PATH_TO_LOCAL_GIT_REPO
|
||||
# optional, defaults to 8081
|
||||
PORT=CUSTOM_PORT
|
||||
PORT=CUSTOM_PORT
|
||||
# optional, defaults to false
|
||||
LOG_LEVEL=info
|
Reference in New Issue
Block a user