bigbluebutton-Github/bbb-graphql-middleware/config/config.yml
Gustavo Trott e1407149b9
refactor (build/gql-middleware): Introduce config as a yml file (#20992)
* Introduce Gql-Middleware config as a yml file

* use path /usr/share/bbb-graphql-middleware/ instead of /usr/local/bigbluebutton/bbb-graphql-middleware

* remove /etc/default/bbb-graphql-middleware file
2024-08-29 17:40:52 -04:00

29 lines
876 B
YAML

server:
listen_host: 127.0.0.1
listen_port: 8378
#max of concurrent connections
max_connections: 500
max_connections_per_session_token: 3
#rate limit
max_connections_per_second: 100
# If you are running a cluster proxy setup, you need to allow the url of the Frontend
# Add an Authorized Cross Origin. See https://docs.bigbluebutton.org/administration/cluster-proxy
#authorized_cross_origin: 'bbb-proxy.example.com'
json_patch_disabled: false
subscriptions_allowed_list:
subscriptions_denied_list:
redis:
host: 127.0.0.1
port: 6379
password: ""
hasura:
url: ws://127.0.0.1:8085/v1/graphql
graphql-actions:
url: http://127.0.0.1:8093
auth_hook:
url: http://127.0.0.1:8090/bigbluebutton/connection/checkGraphqlAuthorization
session_vars_hook:
url: http://127.0.0.1:8901/userInfo
prometheus_advanced_metrics_enabled: false
log_level: INFO