Skip to content

Commit 72c95a9

Browse files
committed
adds profiling
1 parent e4b273b commit 72c95a9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.env-devel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ WB_API_WEBSERVER_PORT=8080
277277
WB_AUTH_WEBSERVER_HOST=wb-auth
278278
WB_AUTH_WEBSERVER_PORT=8080
279279
WB_AUTH_LOGLEVEL=INFO
280+
WB_AUTH_PROFILING=1
280281
WB_AUTH_TRACING={}
281282

282283
WB_GC_ACTIVITY=null

services/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,8 @@ services:
11061106
environment:
11071107
WEBSERVER_APP_FACTORY_NAME: WEBSERVER_AUTHZ_APP_FACTORY
11081108
WEBSERVER_LOGLEVEL: ${WB_AUTH_LOGLEVEL}
1109+
WEBSERVER_PROFILING: ${WB_AUTH_PROFILING}
1110+
11091111
GUNICORN_CMD_ARGS: ${WEBSERVER_GUNICORN_CMD_ARGS}
11101112

11111113
# WEBSERVER_DB

0 commit comments

Comments
 (0)