github.ccut.club/rafael-santiago/cherry@v0.0.0-20161214151746-8ea42c6e9670/sample/conf/sample.cherry (about) 1 # This config file shows how to open a room using cherry. 2 3 cherry.root ( 4 # Actually it will be accessible locally only. 5 servername = "localhost" 6 7 # If you want to https connections instead of http uncomment the two 8 # sets below and run "cert/mkcert.sh". 9 10 # certificate = "cert/newcert.crt" 11 # private-key = "cert/newcert.key" 12 ) 13 14 cherry.rooms ( 15 aliens-on-earth:1024 16 ) 17 18 cherry.branch conf/aliens_on_earth.cherry