mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-02-14 08:49:31 +01:00
quite some features (recording, SIP, transcription, etc.) are not working yet, but a milestone where it should finally take a commit
15 lines
356 B
YAML
15 lines
356 B
YAML
server:
|
|
listen_host: 0.0.0.0
|
|
listen_port: 8378
|
|
redis:
|
|
host: redis
|
|
port: 6379
|
|
password: ""
|
|
hasura:
|
|
url: ws://bbb-graphql-server:8085/v1/graphql
|
|
graphql-actions:
|
|
url: http://bbb-graphql-actions:8093
|
|
auth_hook:
|
|
url: http://bbb-web:8090/bigbluebutton/connection/checkGraphqlAuthorization
|
|
session_vars_hook:
|
|
url: http://apps-akka:8901/userInfo |