2024-02-14 01:12:11 +08:00
|
|
|
BBB_GRAPHQL_MIDDLEWARE_LISTEN_IP=127.0.0.1
|
2023-04-28 00:38:44 +08:00
|
|
|
BBB_GRAPHQL_MIDDLEWARE_LISTEN_PORT=8378
|
2023-11-30 19:58:37 +08:00
|
|
|
BBB_GRAPHQL_MIDDLEWARE_REDIS_ADDRESS=127.0.0.1:6379
|
|
|
|
BBB_GRAPHQL_MIDDLEWARE_REDIS_PASSWORD=
|
|
|
|
BBB_GRAPHQL_MIDDLEWARE_HASURA_WS=ws://127.0.0.1:8080/v1/graphql
|
2024-03-18 22:26:44 +08:00
|
|
|
BBB_GRAPHQL_MIDDLEWARE_MAX_CONN_PER_SECOND=10
|
2024-05-02 21:45:32 +08:00
|
|
|
BBB_GRAPHQL_MIDDLEWARE_AUTH_HOOK_URL=http://127.0.0.1:8090/bigbluebutton/connection/checkGraphqlAuthorization
|
|
|
|
BBB_GRAPHQL_MIDDLEWARE_GRAPHQL_ACTIONS_URL=http://127.0.0.1:8093
|
2023-11-30 19:58:37 +08:00
|
|
|
|
2023-11-24 21:49:23 +08:00
|
|
|
# If you are running a cluster proxy setup, you need to configure the Origin of
|
|
|
|
# the frontend. See https://docs.bigbluebutton.org/administration/cluster-proxy
|
|
|
|
# BBB_GRAPHQL_MIDDLEWARE_ORIGIN=bbb-proxy.example.com
|
2023-11-30 19:58:37 +08:00
|
|
|
|
|
|
|
# LOG_LEVEL options: PANIC, FATAL, ERROR, WARN, INFO, DEBUG, TRACE
|
|
|
|
BBB_GRAPHQL_MIDDLEWARE_LOG_LEVEL=INFO
|