refactor(workflow): Move domain resources events into the application layer (#729)
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
export RUN_MODE="debug" # Currently supports debug mode. When set to debug, it helps developers print raw error messages during development and debugging, such as agent debugging.
|
||||
|
||||
# Server
|
||||
export LISTEN_ADDR=":8888"
|
||||
export LISTEN_ADDR="127.0.0.1:8888"
|
||||
export LOG_LEVEL="debug"
|
||||
export MAX_REQUEST_BODY_SIZE=1073741824
|
||||
export SERVER_HOST="http://localhost${LISTEN_ADDR}"
|
||||
|
||||
Reference in New Issue
Block a user