Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
BigBlueButton LiveStreaming
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sergio Vergata
BigBlueButton LiveStreaming
Commits
6f1be0c2
Unverified
Commit
6f1be0c2
authored
5 years ago
by
L3D
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
typo in docker-compose.yml.chat_example fixed
parent
547e171a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/docker-compose.yml.chat_example
+5
-5
5 additions, 5 deletions
examples/docker-compose.yml.chat_example
with
5 additions
and
5 deletions
examples/docker-compose.yml.chat_example
+
5
−
5
View file @
6f1be0c2
...
@@ -16,17 +16,17 @@ services:
...
@@ -16,17 +16,17 @@ services:
# Media server url:
# Media server url:
- BBB_STREAM_URL=rtmp://media_server_url/stream/stream_key
- BBB_STREAM_URL=rtmp://media_server_url/stream/stream_key
# Enable chat functionality
# Enable chat functionality
-BBB_ENABLE_CHAT=true
-
BBB_ENABLE_CHAT=true
# show chat in live stream
# show chat in live stream
-BBB_SHOW_CHAT=false
-
BBB_SHOW_CHAT=false
# Set REDIS host (default: 'redis')
# Set REDIS host (default: 'redis')
-BBB_REDIS_HOST=redis
-
BBB_REDIS_HOST=redis
# Set REDIS channel to subscribe (default: 'chat')
# Set REDIS channel to subscribe (default: 'chat')
-BBB_REDIS_CHANNEL=chat
-
BBB_REDIS_CHANNEL=chat
# Username for the chat (default: 'Chat')
# Username for the chat (default: 'Chat')
-BBB_CHAT_NAME=Chat
-BBB_CHAT_NAME=Chat
networks:
networks:
- app-tier
- app-tier
networks:
networks:
app-tier:
app-tier:
driver: bridge
driver: bridge
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment