Skip to content

Commit

Permalink
Add sample configuration files in ini and info formats
Browse files Browse the repository at this point in the history
Change-Id: I66d93bb56b9c128581631949e534e1de793490bb
  • Loading branch information
jcaden committed May 23, 2016
1 parent d67b141 commit a690192
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
26 changes: 26 additions & 0 deletions kurento.conf.info
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
mediaServer
{
net
{
websocket
{
port 8888
path kurento
threads 10
; secure
; {
; port 8433
; certificate defaultCertificate.pem
; password ""
; }
}
; rabbitmq
; {
; address 127.0.0.1
; port 5672
; username guest
; password guest
; vhost /
; }
}
}
21 changes: 21 additions & 0 deletions kurento.conf.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
[mediaServer.net.websocket]
port=8888
path=kurento
threads=10

; [mediaServer.net.websocket.secure]
; port=8433
; certificate=defaultCertificate.pem
; password=

; [mediaServer.net.websocket.registrar]
; address=ws://localhost:9090
; localAddress=localhost

; [mediaServer.net.rabbitmq]
; address=127.0.0.1
; port=5672
; username=guest
; password=guest
; vhost=/

0 comments on commit a690192

Please sign in to comment.